[openfirmware] [commit] r3603 - cpu/arm/olpc/cl4

repository service svn at openfirmware.info
Wed Mar 13 03:21:56 CET 2013


Author: quozl
Date: Wed Mar 13 03:21:56 2013
New Revision: 3603
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3603

Log:
OLPC XO-4 - test menu, while in test station 4, reorder the testing to [move] the touchscreen test immediately after the external SD card test.

Modified:
   cpu/arm/olpc/cl4/testitems.fth

Modified: cpu/arm/olpc/cl4/testitems.fth
==============================================================================
--- cpu/arm/olpc/cl4/testitems.fth	Tue Mar 12 09:48:56 2013	(r3602)
+++ cpu/arm/olpc/cl4/testitems.fth	Wed Mar 13 03:21:56 2013	(r3603)
@@ -70,6 +70,11 @@
    " Plug-in SD card"
    ['] ext-sd-item  sdcard.icon  add-icon
 
+   test-station 4 = if
+      " Touchscreen and Touchpad"
+      ['] touch-item     touchpad.icon     add-icon
+   then
+
    " Wireless LAN"
    ['] wlan-item      wifi.icon     add-icon
 
@@ -98,9 +103,10 @@
    " Keyboard"
    ['] keyboard-item     keyboard.icon     add-icon
 
-   " Touchscreen and Touchpad"
-   ['] touch-item     touchpad.icon     add-icon
-
+   test-station 4 <>  if
+      " Touchscreen and Touchpad"
+      ['] touch-item     touchpad.icon     add-icon
+   then
 
    " LEDs"
    ['] leds-item    leds.icon   add-icon



More information about the openfirmware mailing list