commit | 4b42c9059e165500353174601a8e97b2cf81d3f4 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Apr 13 13:16:03 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed May 05 22:17:34 2010 +0200 |
tree | 30608de1b0b5314a5320d36dd9c102dc3bf8b324 | |
parent | 52dbac69c27dee67a4c051b1055d93b0ac4e2062 [diff] |
allow print_size to print large numbers on 32-bit systems Modify print_size() so that it can accept numbers larger than 4GB on 32-bit systems. Add support for display terabyte, petabyte, and exabyte sizes. Change the output to use International Electrotechnical Commission binary prefix standard. Signed-off-by: Timur Tabi <timur@freescale.com>