mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-21 05:41:29 +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>