commit | 5f162687ad3f319c44bd856d8203c046e60f09f7 | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Wed Sep 04 10:41:04 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 16 16:43:35 2024 -0600 |
tree | 5e7ae6db66c7a92a75cdf9def747aeee181f8057 | |
parent | 4dcfc826b9da0e792f6547d22d9ca7edd7376bf7 [diff] |
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>