common: Display >=4GiB memory bank size
authorBin Meng <bmeng.cn@gmail.com>
Thu, 6 Aug 2015 08:31:20 +0000 (01:31 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 14 Aug 2015 09:24:20 +0000 (03:24 -0600)
commit715f599f8a0f8a0e60ee483f55eb207ade34ad49
tree9f19b5dbf46b406bc65ce11d63192879ede1cb25
parentbbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd
common: Display >=4GiB memory bank size

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>
common/board_f.c
include/asm-generic/u-boot.h