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

repository service svn at openfirmware.info
Fri Aug 3 10:48:38 CEST 2012


Author: wmb
Date: Fri Aug  3 10:48:38 2012
New Revision: 3127
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3127

Log:
Q7A01' - removed startup bailouts, now that things are mostly working.

Modified:
   cpu/arm/olpc/banner.fth
   cpu/arm/olpc/build-fw.fth

Modified: cpu/arm/olpc/banner.fth
==============================================================================
--- cpu/arm/olpc/banner.fth	Fri Aug  3 10:32:02 2012	(r3126)
+++ cpu/arm/olpc/banner.fth	Fri Aug  3 10:48:38 2012	(r3127)
@@ -65,9 +65,6 @@
 ;
 
 : .storage  ( -- )
-[ifdef] olpc-cl4
-." olpc/banner.fth: Skipping .storage" cr exit
-[then]
    internal-disk-present? 0=  if ( )
       get-internal-disk-info     ( )
    then

Modified: cpu/arm/olpc/build-fw.fth
==============================================================================
--- cpu/arm/olpc/build-fw.fth	Fri Aug  3 10:32:02 2012	(r3126)
+++ cpu/arm/olpc/build-fw.fth	Fri Aug  3 10:48:38 2012	(r3127)
@@ -871,9 +871,6 @@
    auto-banner?  if  banner  then
 
 \+ use-screen-kbd  ?text-on
-[ifdef] olpc-cl4
-   ." Quitting before auto-boot" cr  visible banner  quit
-[then]
    auto-boot
 \+ use-screen-kbd  close-hotspot
 



More information about the openfirmware mailing list