[openfirmware] [commit] r2877 - cpu/arm/olpc

repository service svn at openfirmware.info
Fri Feb 24 05:57:59 CET 2012


Author: quozl
Date: Fri Feb 24 05:57:59 2012
New Revision: 2877
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2877

Log:
OLPC XO-1.5 - exit marker for keyboard test was displaced by GUI description line text region, change it to a text test, fix #11651

Modified:
   cpu/arm/olpc/testitems.fth

Modified: cpu/arm/olpc/testitems.fth
==============================================================================
--- cpu/arm/olpc/testitems.fth	Fri Feb 24 05:20:08 2012	(r2876)
+++ cpu/arm/olpc/testitems.fth	Fri Feb 24 05:57:59 2012	(r2877)
@@ -42,7 +42,7 @@
 : timer-item    ( -- )  " /timer"     mfg-test-dev  ;
 \- olpc-cl3 : touchpad-item ( -- )  " mouse"  mfg-test-dev  ;
 \+ olpc-cl3 : touchscreen-item ( -- )  " /touchscreen"  gfx-test-dev  ;
-\- olpc-cl3 : keyboard-item ( -- )  " keyboard"   gfx-test-dev  ;
+\- olpc-cl3 : keyboard-item ( -- )  " keyboard"   mfg-test-dev  ;
 : switch-item   ( -- )  " /accelerometer" mfg-test-dev  " /switches"  mfg-test-dev  ;
 : leds-item     ( -- )  " /leds"      mfg-test-dev   ;
 



More information about the openfirmware mailing list