]> git.dujemihanovic.xyz Git - u-boot.git/commit
fastboot: Change fastboot_buf_addr to an address
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:04 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commit637425bab338c1aa7b83f68068dbf5ad398d53af
tree492711f11ef748ec8abb31937ea72c932cbd7dc9
parent6d47fd39fc53c4baaeed8b9b0d3ad6c0bf07f80f
fastboot: Change fastboot_buf_addr to an address

Given the name of this variable, it should be an address, not a
pointer. Update this, to make it easier to use with sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Dmitrii Merkurev <dimorinny@google.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # on vim3
cmd/fastboot.c
drivers/fastboot/fb_command.c
drivers/fastboot/fb_common.c
include/fastboot-internal.h
include/fastboot.h