]> git.sur5r.net Git - u-boot/commit
common/memsize.c: Increase save array for supporting memory size > 4GB
authorTien Fong Chee <tien.fong.chee@intel.com>
Wed, 20 Jun 2018 07:06:20 +0000 (15:06 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:59 +0000 (16:55 -0400)
commit67a2616af18bbb38905b90ed1c6b66659671e1da
tree2ad9c7398b3ad9d7a8499754bfcbb98e2415d69e
parent0fd2290cfc3b5c907783772ded82a8dfad4eb0e8
common/memsize.c: Increase save array for supporting memory size > 4GB

In ARM 64-bits, memory size can be supported is more than 4GB,
hence increasing save array is needed to cope with testing larger memory.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
common/memsize.c