]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/board_f: Fix size variable
authorYork Sun <yorksun@freescale.com>
Sat, 3 May 2014 00:28:05 +0000 (17:28 -0700)
committerTom Rini <trini@ti.com>
Mon, 12 May 2014 19:20:05 +0000 (15:20 -0400)
commitfa39ffe5d61bd7f34b2ff579f5f6bb8f92a6b9b1
tree7fabf8a543f0199125427167aaa3649b4ae90c7d
parent2a1680e30e3fa8257b60cb9dbd7add32539ac470
common/board_f: Fix size variable

DRAM size should use 64-bit variable when the size could be more than 4GB.
Caught and verified on P4080DS with 4GB DDR.

Signed-off-by: York Sun <yorksun@freescale.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/board_f.c