]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_memory: do not add U-Boot memory to the memory map
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:08 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:29 +0000 (13:45 -0600)
commita68c9ac5d8afc51c619c5d3e865fcf147bea90cb
tree93093ceee441f2646bfceeb33fce92ff5a4c55a9
parent2f6191526a1325b6ddb59795a093eca69dbf8976
efi_memory: do not add U-Boot memory to the memory map

The memory region occupied by U-Boot is reserved by LMB, and gets
added to the EFI memory map through a call from the LMB module. Remove
this superfluous addition to the EFI memory map.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/efi_memory.c