[openfirmware] [commit] r3245 - cpu/arm/olpc

repository service svn at openfirmware.info
Wed Aug 29 19:53:02 CEST 2012


Author: wmb
Date: Wed Aug 29 19:53:02 2012
New Revision: 3245
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3245

Log:
OLPC ARM - removed spurious null from banner.

Modified:
   cpu/arm/olpc/banner.fth

Modified: cpu/arm/olpc/banner.fth
==============================================================================
--- cpu/arm/olpc/banner.fth	Wed Aug 29 10:44:31 2012	(r3244)
+++ cpu/arm/olpc/banner.fth	Wed Aug 29 19:53:02 2012	(r3245)
@@ -143,7 +143,7 @@
 : (xbanner-basics)  ( -- )
    ?spaces  cpu-model type  ." , " .cpu-speed  ." , "   .memory-brief
    ." , " .storage
-   ." , S/N "  " SN" find-tag  if  type  else  ." Unknown"  then  cr
+   ." , S/N "  " SN" find-tag  if  ?-null type  else  ." Unknown"  then  cr
    ?spaces  .rom  ."    " .ec  ."    " .clock
    check-internal-partitions
    check-tags



More information about the openfirmware mailing list