summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-04-13 13:16:02 -0500
committerWolfgang Denk <wd@denx.de>2010-05-05 22:17:07 +0200
commit52dbac69c27dee67a4c051b1055d93b0ac4e2062 (patch)
tree75bda2e7098b5180c9b11470701269fa37722bef /COPYING
parentb88c5988db176a0f9de5598d5167ee2498637d40 (diff)
downloadblackbird-obmc-uboot-52dbac69c27dee67a4c051b1055d93b0ac4e2062.tar.gz
blackbird-obmc-uboot-52dbac69c27dee67a4c051b1055d93b0ac4e2062.zip
fix print_size printing fractional gigabyte numbers on 32-bit platforms
In print_size(), the math that calculates the fractional remainder of a number used the same integer size as a physical address. However, the "10 *" factor of the algorithm means that a large number (e.g. 1.5GB) can overflow the integer if we're running on a 32-bit system. Therefore, we need to disassociate this function from the size of a physical address. Signed-off-by: Timur Tabi <timur@freescale.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud