commit | 25efe15f8dda4c9785ce63787208117ca8214a09 | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Mon Oct 23 15:02:24 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 31 13:08:04 2023 -0400 |
tree | 93ee0717da46537b8baeaf4561f1507bcba0aefb | |
parent | 8f76370315009cf3db985bb75492ba1d0b5f6b15 [diff] |
board: nuvuton: arbel: Fix incorrect ram size 1. Fix incorrect ram size of 4GB dram with ECC enabled 2. Fix wrong place to set dram bank size - The dram bank size should be set in dram_init_banksize - Dram_init should not access gd->bd because the board info struct is not reserved yet. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com> [trini: Rework slightly] Signed-off-by: Tom Rini <trini@konsulko.com>