]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bloblist: refactor of bloblist_reloc()
authorRaymond Mao <raymond.mao@linaro.org>
Sat, 3 Feb 2024 16:36:22 +0000 (08:36 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 14:24:22 +0000 (09:24 -0500)
commit1ef43f3bf20a4a9508c299a738d01faa3dc3ce95
treef433886d55930ffe50ed879f8bb3f60dc4ef9884
parent67254214930cd2cb52279b01690c1f820a7f83db
bloblist: refactor of bloblist_reloc()

The current bloblist pointer and size can be retrieved from global
data, so we don't need to pass them from the function arguments.
This change also help to remove all external access of gd->bloblist
outside of bloblist module.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
common/bloblist.c
common/board_f.c
include/bloblist.h
test/bloblist.c