commit | 82399e1f42535f1cf17445c63e0de7e78a1012ce | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Oct 15 21:07:15 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 13:45:30 2024 -0600 |
tree | ced82b2ed7b11991cb282ef171f71c09c9eb74c8 | |
parent | fbb00c2090fa383d2430168cde0578d758b5ccf7 [diff] |
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>