[openfirmware] [commit] r3416 - cpu/arm/mmp2

repository service svn at openfirmware.info
Tue Nov 6 21:16:21 CET 2012


Author: wmb
Date: Tue Nov  6 21:16:20 2012
New Revision: 3416
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3416

Log:
OLPC ARM - In the interrupt-controller node compatible property, use only "mrvl,mmp3-intc" on MMP3, instead of a list that includes both mmp3 and mmp2.

Modified:
   cpu/arm/mmp2/irq.fth

Modified: cpu/arm/mmp2/irq.fth
==============================================================================
--- cpu/arm/mmp2/irq.fth	Mon Nov  5 20:03:49 2012	(r3415)
+++ cpu/arm/mmp2/irq.fth	Tue Nov  6 21:16:20 2012	(r3416)
@@ -50,7 +50,7 @@
 ;
 : close  ( -- )  ;
 
-" mrvl,mmp2-intc" " compatible" string-property
+[ifdef] mmp2  " mrvl,mmp2-intc" +compatible   [then]
 [ifdef] mmp3  " mrvl,mmp3-intc" +compatible   [then]
 
 1 " #address-cells" integer-property



More information about the openfirmware mailing list