Author: quozl Date: Wed Sep 5 05:29:58 2012 New Revision: 3287 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3287
Log: OLPC - suppress image size smaller than disk size now that builds size themselves to available space
Modified: cpu/arm/olpc/banner.fth cpu/x86/pc/olpc/via/banner.fth
Modified: cpu/arm/olpc/banner.fth ============================================================================== --- cpu/arm/olpc/banner.fth Wed Sep 5 04:58:47 2012 (r3286) +++ cpu/arm/olpc/banner.fth Wed Sep 5 05:29:58 2012 (r3287) @@ -87,13 +87,6 @@ red-letters ." WARNING! OS image larger than internal storage device!" cr cancel - exit - then - - internal-partition-end d# 1,000,000,000. d+ internal-disk-size d< if - red-letters - ." WARNING! OS image much smaller than internal storage device" cr - cancel then ;
Modified: cpu/x86/pc/olpc/via/banner.fth ============================================================================== --- cpu/x86/pc/olpc/via/banner.fth Wed Sep 5 04:58:47 2012 (r3286) +++ cpu/x86/pc/olpc/via/banner.fth Wed Sep 5 05:29:58 2012 (r3287) @@ -87,13 +87,6 @@ red-letters ." WARNING! OS image larger than internal storage device!" cr cancel - exit - then - - internal-partition-end d# 1,000,000,000. d+ internal-disk-size d< if - red-letters - ." WARNING! OS image much smaller than internal storage device" cr - cancel then ;
openfirmware@openfirmware.info