commit | 0502b22ca0178b5f9a5f1d726320b136e599ca89 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Oct 15 21:07:12 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 13:45:29 2024 -0600 |
tree | 5b19a48866c5140917ea158cf1fd0e6056c8fbf3 | |
parent | 1a36d44b87bbbab50457dba879058fedf4bf1052 [diff] |
layerscape: use the lmb API's to add RAM memory The EFI memory allocations are now being done through the LMB module, and hence the memory map is maintained by the LMB module. Use the lmb_arch_add_memory() API function to add the usable RAM memory to the LMB's memory map. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>