commit | a68c9ac5d8afc51c619c5d3e865fcf147bea90cb | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Oct 15 21:07:08 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 13:45:29 2024 -0600 |
tree | 93093ceee441f2646bfceeb33fce92ff5a4c55a9 | |
parent | 2f6191526a1325b6ddb59795a093eca69dbf8976 [diff] |
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>