]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: Display >=4GiB memory bank size
authorBin Meng <bmeng.cn@gmail.com>
Thu, 6 Aug 2015 08:31:20 +0000 (01:31 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:19 +0000 (10:23 +0200)
commit9dc34421ced6c01f5afb7cfdb139f984612a62eb
treef01fe9fe3dcc31f12dee3d231c717535511a9f6d
parentffdfb3fa4c5529a7e1c6b7a8f1f9303c250b8a53
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