Module Name:    src
Committed By:   jmcneill
Date:           Fri Jun 18 00:55:06 UTC 2010

Modified Files:
        src/sys/arch/evbarm/conf: std.beagle

Log Message:
fix beagle build (arm11_pmc -> cortexa8_pmc)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.beagle

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/std.beagle
diff -u src/sys/arch/evbarm/conf/std.beagle:1.1 src/sys/arch/evbarm/conf/std.beagle:1.2
--- src/sys/arch/evbarm/conf/std.beagle:1.1	Wed Oct 22 10:50:56 2008
+++ src/sys/arch/evbarm/conf/std.beagle	Fri Jun 18 00:55:06 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: std.beagle,v 1.1 2008/10/22 10:50:56 matt Exp $
+#	$NetBSD: std.beagle,v 1.2 2010/06/18 00:55:06 jmcneill Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBAORD options
 
@@ -13,8 +13,10 @@
 
 # To support easy transit to ../arch/arm/arm32
 options 	ARM32
-options 	ARM11_PMC
-options 	ARM11_PMC_CCNT_HZ=500000000
+#options 	ARM11_PMC
+#options 	ARM11_PMC_CCNT_HZ=500000000
+options 	CORTEXA8_PMC
+options 	CORTEXA8_CCNT_HZ=720000000
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 #options 	PROCESS_ID_IS_CURLWP
 options 	KERNEL_BASE_EXT=0x80000000

Reply via email to