[openfirmware] [commit] r3745 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Mon Nov 17 00:36:21 CET 2014


Author: quozl
Date: Mon Nov 17 00:36:21 2014
New Revision: 3745
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3745

Log:
OLPC - tidy boost command output, break the line

Modified:
   cpu/x86/pc/olpc/apt.fth

Modified: cpu/x86/pc/olpc/apt.fth
==============================================================================
--- cpu/x86/pc/olpc/apt.fth	Mon Nov  3 08:27:15 2014	(r3744)
+++ cpu/x86/pc/olpc/apt.fth	Mon Nov 17 00:36:21 2014	(r3745)
@@ -18,7 +18,7 @@
 
 : .os  " more int:\boot\olpc_build" eval  ;
 
-: boost  .bat  h# 3b ec-cmd  d# 1000 ms  h# 3c ec-cmd  d# 1000 ms  .bat  ;
+: boost  .bat  cr  h# 3b ec-cmd  d# 1000 ms  h# 3c ec-cmd  d# 1000 ms  .bat  ;
 
 stand-init: wifi
    " NN" find-tag  if  ?-null  $essid  then  \ network name



More information about the openfirmware mailing list