[openfirmware] r1555 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Wed Dec 9 13:34:55 CET 2009


Author: wmb
Date: 2009-12-09 13:34:54 +0100 (Wed, 09 Dec 2009)
New Revision: 1555

Modified:
   cpu/x86/pc/olpc/via/leds.fth
Log:
OLPC LEDs test - lengthen test to give the operator more time.


Modified: cpu/x86/pc/olpc/via/leds.fth
===================================================================
--- cpu/x86/pc/olpc/via/leds.fth	2009-12-09 12:32:01 UTC (rev 1554)
+++ cpu/x86/pc/olpc/via/leds.fth	2009-12-09 12:34:54 UTC (rev 1555)
@@ -11,8 +11,8 @@
 : hdd-led-off ( -- )  h# 400000 gpio-hi  ;
 : selftest  ( -- )
    ." Flashing LEDs" cr
-   " /wlan" test-dev
-   d# 10 0 do  hdd-led-on d# 100 ms hdd-led-off d# 100 ms  loop
+   " /wlan" test-dev  " /wlan" test-dev  \ Twice for longer flashing
+   d# 20 0 do  hdd-led-on d# 100 ms hdd-led-off d# 100 ms  loop
    confirm-selftest?
 ;
 




More information about the openfirmware mailing list