]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: arbel: correct the dram bank size
authorJim Liu <jim.t90615@gmail.com>
Wed, 4 Sep 2024 02:41:04 +0000 (10:41 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 16 Sep 2024 22:43:35 +0000 (16:43 -0600)
commitd01ba96a8cc4f2563f643491a80ee9a92f20a757
tree5e7ae6db66c7a92a75cdf9def747aeee181f8057
parent1630ff26cc960439b5949b80cfc604a2c8aa47dd
board: arbel: correct the dram bank size

If CONFIG_SYS_MEM_TOP_HIDE is defined, gd->ram_size is reduced by
CONFIG_SYS_MEM_TOP_HIDE. Need to correct the actual ram size in
dram_init_banksize.

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
board/nuvoton/arbel_evb/arbel_evb.c