Author: quozl Date: Thu Jun 7 02:04:14 2012 New Revision: 3003 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3003
Log: OLPC XO-1.75 - trim the null properly, #11848
Modified: cpu/arm/olpc/banner.fth
Modified: cpu/arm/olpc/banner.fth ============================================================================== --- cpu/arm/olpc/banner.fth Thu Jun 7 01:49:48 2012 (r3002) +++ cpu/arm/olpc/banner.fth Thu Jun 7 02:04:14 2012 (r3003) @@ -135,7 +135,7 @@ ;
: check-tags ( -- ) - " TS" find-tag ?-null if " SHIP" $= if exit then + " TS" find-tag if ?-null " SHIP" $= if exit then red-letters ." WARNING! TS tag is not SHIP" cr cancel
openfirmware@openfirmware.info