]> git.dujemihanovic.xyz Git - u-boot.git/commit
zynq: lmb: do not add to lmb map before relocation
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:37 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:50 +0000 (14:08 -0600)
commitcef34baad10c27cb089c4ab2c61689513467ab82
tree6e6d9c738f9d484d631bbd5c1bcc13c3db63e5e5
parent727c4348d3d07d6732bf3e6e60565776444e1cc9
zynq: lmb: do not add to lmb map before relocation

The LMB memory is typically not needed very early in the platform's
boot. Do not add memory to the LMB map before relocation. Reservation
of common areas and adding of memory is done after relocation.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
board/xilinx/common/board.c