fix beagle build (arm11_pmc -> cortexa8_pmc)
This commit is contained in:
parent
5d13bf3258
commit
2e0ba6f582
|
@ -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 @@ options EXEC_SCRIPT
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue