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

repository service svn at openfirmware.info
Wed Mar 13 06:09:25 CET 2013


Author: quozl
Date: Wed Mar 13 06:09:24 2013
New Revision: 3605
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3605

Log:
OLPC XO-4 - revert r3603, specification was being reviewed after coding had finished.

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

Modified: cpu/arm/olpc/cl4/testitems.fth
==============================================================================
--- cpu/arm/olpc/cl4/testitems.fth	Wed Mar 13 03:33:30 2013	(r3604)
+++ cpu/arm/olpc/cl4/testitems.fth	Wed Mar 13 06:09:24 2013	(r3605)
@@ -70,11 +70,6 @@
    " 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
 
@@ -103,10 +98,8 @@
    " Keyboard"
    ['] keyboard-item     keyboard.icon     add-icon
 
-   test-station 4 <>  if
-      " Touchscreen and Touchpad"
-      ['] touch-item     touchpad.icon     add-icon
-   then
+   " Touchscreen and Touchpad"
+   ['] touch-item     touchpad.icon     add-icon
 
    " LEDs"
    ['] leds-item    leds.icon   add-icon



More information about the openfirmware mailing list