Home
last modified time | relevance | path

Searched hist:ea11b401b5ca10b5991e7c65832cfb7db54996c1 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dcommon.hea11b401b5ca10b5991e7c65832cfb7db54996c1 Fri May 22 12:30:14 UTC 2015 Andrew Bradford <andrew.bradford@kodakalaris.com> meminfo cmd: Enable printing >=4GiB SDRAM sizes

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>