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

repository service svn at openfirmware.info
Fri Dec 16 00:03:07 CET 2011


Author: pgf
Date: Fri Dec 16 00:03:06 2011
New Revision: 2775
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2775

Log:
fix minor build error in raydium touchscreen driver

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

Modified: cpu/arm/olpc/rm3150-touchscreen.fth
==============================================================================
--- cpu/arm/olpc/rm3150-touchscreen.fth	Tue Dec 13 22:45:33 2011	(r2774)
+++ cpu/arm/olpc/rm3150-touchscreen.fth	Fri Dec 16 00:03:06 2011	(r2775)
@@ -5,6 +5,9 @@
 my-space encode-int  my-address encode-int encode+  " reg" property
 " touchscreen" name
 
+0 value screen-w
+0 value screen-h
+
 : ts-b!  ( b reg# -- )  " smbus-b!" $call-parent  ;
 : ts-b@  ( reg# -- b )  " smbus-b@" $call-parent  ;
 
@@ -60,8 +63,6 @@
 variable pixcolor
 
 h# 4 value y-offset
-0 value screen-w
-0 value screen-h
 0 value /line
 2 value /pixel
 



More information about the openfirmware mailing list