mirror of
https://xff.cz/git/u-boot/
synced 2026-04-11 01:00:01 +02:00
bd->bi_dram[] has both start address and size defined as 32-bit, which is not the case on some platforms where >=4GiB memory bank is used. Change them to support such memory banks. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>