]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: remove call to efi_lmb_reserve()
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:15 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:30 +0000 (13:45 -0600)
commit596516d3301ef7b6594dc5d24bc8fd4461279437
treeced82b2ed7b11991cb282ef171f71c09c9eb74c8
parente1b6822d6522d94d579d53092342b542d368a04b
lmb: remove call to efi_lmb_reserve()

The EFI memory allocations are now being done through the LMB
module. With this change, there is no need to get the EFI memory map
and set aside EFI allocated memory.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/lmb.c