commit | 1ef43f3bf20a4a9508c299a738d01faa3dc3ce95 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Sat Feb 03 08:36:22 2024 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 29 09:24:22 2024 -0500 |
tree | f433886d55930ffe50ed879f8bb3f60dc4ef9884 | |
parent | 67254214930cd2cb52279b01690c1f820a7f83db [diff] |
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>