Skip to content
Commit ea11b401 authored by Andrew Bradford's avatar Andrew Bradford Committed by Tom Rini
Browse files

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: default avatarAndrew Bradford <andrew.bradford@kodakalaris.com>
parent 3bc37b6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment