Module Name:    src
Committed By:   matt
Date:           Sat Sep  1 14:51:22 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: OVERO

Log Message:
Bump SYMTAB_SPACE
Use cortex-a8 since it is a OMAP3530


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/OVERO

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/evbarm/conf/OVERO
diff -u src/sys/arch/evbarm/conf/OVERO:1.15 src/sys/arch/evbarm/conf/OVERO:1.16
--- src/sys/arch/evbarm/conf/OVERO:1.15	Wed Aug 29 08:29:58 2012
+++ src/sys/arch/evbarm/conf/OVERO	Sat Sep  1 14:51:21 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: OVERO,v 1.15 2012/08/29 08:29:58 skrll Exp $
+#	$NetBSD: OVERO,v 1.16 2012/09/01 14:51:21 matt Exp $
 #
 #	OVERO -- Gumstix. Inc. Overo platforms kernel
 #
@@ -17,7 +17,7 @@ maxusers	32
 options 	CPU_CORTEXA8
 options 	OMAP_3530
 options 	PMAPCOUNTERS
-makeoptions	CPUFLAGS="-march=arm11k -mtune=arm1136jf-s"
+makeoptions	CPUFLAGS="-mcpu=cortex-a8"
 
 # Architecture options
 
@@ -154,7 +154,7 @@ options		DDB_ONPANIC=1
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	KGDB
 makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=350000
+options 	SYMTAB_SPACE=600000
 
 config		netbsd		root on ? type ?
 

Reply via email to