commit | a7fe44addb6d8205abc335aff68e0635030b60a1 | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue Apr 23 15:22:10 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri May 03 12:22:59 2024 -0600 |
tree | 267e1b390625eed1da784a832fd547aa1cfe7a22 | |
parent | c8fae8154de1f01f95914cdd5b1b5dda868ce2ce [diff] |
board: arbel: Limit the dram effective size to bank0 maximal size For 4GB dram size, the dram is divided into 2 banks and the address space of these 2 banks are not concatenated. Limit the gd->ram_top to not exceed bank0 top to prevent accessing invalid memory region. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>