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

repository service svn at openfirmware.info
Tue Aug 28 03:07:53 CEST 2012


Author: quozl
Date: Tue Aug 28 03:07:53 2012
New Revision: 3227
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3227

Log:
OLPC XO-4 A1 - fix r3226, reverse conditional

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

Modified: cpu/arm/olpc/nn-touchscreen.fth
==============================================================================
--- cpu/arm/olpc/nn-touchscreen.fth	Tue Aug 28 02:49:18 2012	(r3226)
+++ cpu/arm/olpc/nn-touchscreen.fth	Tue Aug 28 03:07:53 2012	(r3227)
@@ -17,7 +17,7 @@
 [then]
 
 : set-gpios
-[ifndef] mmp3
+[ifdef] mmp2
    0 1e2bc io!@ \ TWSI4_SCL to GPIO[169]
    0 1e2c0 io!@ \ TWSI4_SDA to GPIO[170]
 [then]



More information about the openfirmware mailing list