]> git.dujemihanovic.xyz Git - u-boot.git/commit
layerscape: use the lmb API's to add RAM memory
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:12 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:29 +0000 (13:45 -0600)
commit9ec406555714b0dd1edba151b071cb17e6dcbcb0
tree5b19a48866c5140917ea158cf1fd0e6056c8fbf3
parent497da0c5ce9084fed8166b18b4f1f9dbe1532034
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>
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
lib/Kconfig