diff options
author | Andrew Bradford <andrew.bradford@kodakalaris.com> | 2015-05-22 08:30:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-28 08:18:21 -0400 |
commit | ea11b401b5ca10b5991e7c65832cfb7db54996c1 (patch) | |
tree | 01703e6963a3205b9abec0c9d69e3cd7af2c18e1 /board/avionic-design | |
parent | 3bc37b6d65c856a90ad7389b7a216f5a83164f83 (diff) | |
download | talos-obmc-uboot-ea11b401b5ca10b5991e7c65832cfb7db54996c1.tar.gz talos-obmc-uboot-ea11b401b5ca10b5991e7c65832cfb7db54996c1.zip |
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>
Diffstat (limited to 'board/avionic-design')
0 files changed, 0 insertions, 0 deletions