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

repository service svn at openfirmware.info
Mon Jul 18 03:27:11 CEST 2011


Author: quozl
Date: Mon Jul 18 03:27:11 2011
New Revision: 2387
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2387

Log:
OLPC XO-1.5 - restore pause between tests, fix #11057

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

Modified: cpu/x86/pc/olpc/gamekeys.fth
==============================================================================
--- cpu/x86/pc/olpc/gamekeys.fth	Sun Jul 17 10:57:58 2011	(r2386)
+++ cpu/x86/pc/olpc/gamekeys.fth	Mon Jul 18 03:27:11 2011	(r2387)
@@ -36,7 +36,7 @@
 
 : (hold-message)  ( ms -- )
 [ifdef] test-station
-   test-station  if  drop exit  then
+   test-station  1 5 between  if  drop exit  then
 [then]
    d# 100 /            ( decisecs )
    begin  dup  while   ( decisecs )



More information about the openfirmware mailing list