Module Name:    src
Committed By:   matt
Date:           Thu Jul 12 03:30:29 UTC 2012

Modified Files:
        src/sys/arch/arm/omap: files.omap2

Log Message:
Add OMAP_4430 and OMAP4


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/omap/files.omap2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/omap/files.omap2
diff -u src/sys/arch/arm/omap/files.omap2:1.10 src/sys/arch/arm/omap/files.omap2:1.11
--- src/sys/arch/arm/omap/files.omap2:1.10	Thu Jul 12 03:08:48 2012
+++ src/sys/arch/arm/omap/files.omap2	Thu Jul 12 03:30:29 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: files.omap2,v 1.10 2012/07/12 03:08:48 matt Exp $
+#	$NetBSD: files.omap2,v 1.11 2012/07/12 03:30:29 matt Exp $
 #
 # Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
 # Based on xscale/files.pxa2x0
@@ -14,9 +14,11 @@ defparam opt_omap.h				MEMSIZE
 defparam opt_omap.h				OMAP_EMIFF_PBASE OMAP_EMIFF_SIZE
 defflag opt_omap.h				OMAP2
 defflag opt_omap.h				OMAP3: OMAP2
+defflag opt_omap.h				OMAP4: OMAP3
 defflag	opt_omap.h				OMAP_2430: OMAP2
 defflag opt_omap.h				OMAP_2420: OMAP2
 defflag opt_omap.h				OMAP_3530: OMAP3
+defflag opt_omap.h				OMAP_4430: OMAP4
 
 # OBIO just an attach point
 device	obio { [addr=-1], [size=0], [intr=-1], [mult=1], [intrbase=-1], [nobyteacc=0]

Reply via email to