[openfirmware] [commit] r2579 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Wed Oct 5 00:28:02 CEST 2011


Author: wmb
Date: Wed Oct  5 00:28:02 2011
New Revision: 2579
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2579

Log:
OLPC XO-1.75 - trac #11292 - touchscreen absence - the usual case -  is not reported as a selftest error.

Modified:
   cpu/arm/olpc/1.75/rm3150-touchscreen.fth

Modified: cpu/arm/olpc/1.75/rm3150-touchscreen.fth
==============================================================================
--- cpu/arm/olpc/1.75/rm3150-touchscreen.fth	Wed Oct  5 00:21:03 2011	(r2578)
+++ cpu/arm/olpc/1.75/rm3150-touchscreen.fth	Wed Oct  5 00:28:02 2011	(r2579)
@@ -251,7 +251,8 @@
 
 : selftest  ( -- error? )
    open  0=  if
-      ." Touchscreen open failed"  true exit
+\     ." Touchscreen open failed"  true exit
+      ." No touchscreen present"  false exit
    then
 
    \ Being able to open the touchpad is good enough in SMT mode



More information about the openfirmware mailing list