Author: quozl Date: Thu Oct 2 06:40:29 2014 New Revision: 3741 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3741
Log: OLPC XO-1.75 XO-4 - round storage size, rewrite of r3737, not all definitions changed, OLPC #12821
Modified: cpu/arm/olpc/banner.fth
Modified: cpu/arm/olpc/banner.fth ============================================================================== --- cpu/arm/olpc/banner.fth Fri Sep 5 03:33:53 2014 (r3740) +++ cpu/arm/olpc/banner.fth Thu Oct 2 06:40:29 2014 (r3741) @@ -70,7 +70,7 @@ then internal-disk-present? if ( ) internal-disk-size ( d.size ) - d# 200,000,000. d+ ( d.size' ) \ Round up + d# 500,000,000. d+ ( d.size' ) \ Round up d# 1,000,000,000 um/mod ( rem Gb ) nip .d ." GB " ( ) else ( )
openfirmware@openfirmware.info