[openfirmware] r1112 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Fri Feb 20 20:01:27 CET 2009


Author: wmb
Date: 2009-02-20 20:01:27 +0100 (Fri, 20 Feb 2009)
New Revision: 1112

Modified:
   cpu/x86/pc/olpc/fw.bth
Log:
OLPC - turned off "stand-init-debug" to reduce the verbosity of
the startup messages on the serial port.  The messages that it
eliminates are not associated with any common failure modes, so
that particular verbosity is pointless.


Modified: cpu/x86/pc/olpc/fw.bth
===================================================================
--- cpu/x86/pc/olpc/fw.bth	2009-02-20 18:59:25 UTC (rev 1111)
+++ cpu/x86/pc/olpc/fw.bth	2009-02-20 19:01:27 UTC (rev 1112)
@@ -233,8 +233,8 @@
 ;
 fload ${BP}/dev/geode/usb.fth
 
-\ false to stand-init-debug?
-true to stand-init-debug?
+false to stand-init-debug?
+\ true to stand-init-debug?
 
 hex
 : i-key-wait  ( ms -- pressed? )




More information about the openfirmware mailing list