
28 May
2015
28 May
'15
3:24 p.m.
On Fri, May 22, 2015 at 08:30:14AM -0400, Andrew Bradford wrote:
From: Andrew Bradford andrew.bradford@kodakalaris.com
gd->ram_size is stored as phys_size_t type which can be bigger than an unsigned long on some architectures. When using unsigned long type, SDRAM of 4GiB or larger will not print the correct size, but using phys_size_t will.
Signed-off-by: Andrew Bradford andrew.bradford@kodakalaris.com
Applied to u-boot/master, thanks!
--
Tom