Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf fix beagle build (arm11_pmc -> cortexa8...



details:   https://anonhg.NetBSD.org/src/rev/980524ad0268
branches:  trunk
changeset: 755732:980524ad0268
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jun 18 00:55:06 2010 +0000

description:
fix beagle build (arm11_pmc -> cortexa8_pmc)

diffstat:

 sys/arch/evbarm/conf/std.beagle |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r bf36267fc055 -r 980524ad0268 sys/arch/evbarm/conf/std.beagle
--- a/sys/arch/evbarm/conf/std.beagle   Fri Jun 18 00:20:28 2010 +0000
+++ b/sys/arch/evbarm/conf/std.beagle   Fri Jun 18 00:55:06 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index