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

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


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

Log:
OLPC XO-1.75 - touchscreen driver selftest display formatting (added a cr).

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:28:02 2011	(r2579)
+++ cpu/arm/olpc/1.75/rm3150-touchscreen.fth	Wed Oct  5 02:00:46 2011	(r2580)
@@ -252,7 +252,7 @@
 : selftest  ( -- error? )
    open  0=  if
 \     ." Touchscreen open failed"  true exit
-      ." No touchscreen present"  false exit
+      ." No touchscreen present" cr  false exit
    then
 
    \ Being able to open the touchpad is good enough in SMT mode



More information about the openfirmware mailing list