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

repository service svn at openfirmware.info
Sat Jun 30 01:42:39 CEST 2012


Author: wmb
Date: Sat Jun 30 01:42:38 2012
New Revision: 3027
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3027

Log:
OLPC ARM - fixed build problem for XO-3 introduced by recent change to build-fw.fth

Modified:
   cpu/arm/olpc/build-fw.fth

Modified: cpu/arm/olpc/build-fw.fth
==============================================================================
--- cpu/arm/olpc/build-fw.fth	Sat Jun 30 00:08:07 2012	(r3026)
+++ cpu/arm/olpc/build-fw.fth	Sat Jun 30 01:42:38 2012	(r3027)
@@ -762,8 +762,13 @@
 ;
 [then]
 
-defined? olpc-cl2  defined? olpc-cl4 or  [if]
+[ifdef] olpc-cl3
+: game-key@  ( -- n )
+   0
+;
+[then]
 
+[ifndef] game-key@
    [ifdef] use_mmp2_keypad_control
 : game-key@  ( -- n )
    0                                        ( n )



More information about the openfirmware mailing list