]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: sandbox: initialise the ram banksize in spl
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:34 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:50 +0000 (14:08 -0600)
commitd4ab7cde0cd89bafd0626cabbe9b2ed3d733337a
tree809933a2b35abd7d672c01443ab8027baecf2295
parentfa6333afdf3191a09a7c1174c55faa3b111daa6e
spl: sandbox: initialise the ram banksize in spl

Initialise the ram bank information for sandbox in SPL. The ram bank
information gets initialised as part of the SPL initialisation
sequence in board_init_r(), which is then used for adding available
memory to the LMB memory map.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c