diff --git a/sys/arch/evbarm/conf/IQ80310 b/sys/arch/evbarm/conf/IQ80310 index 719a178508e2..9aef6b3b0196 100644 --- a/sys/arch/evbarm/conf/IQ80310 +++ b/sys/arch/evbarm/conf/IQ80310 @@ -1,4 +1,4 @@ -# $NetBSD: IQ80310,v 1.13 2002/04/12 08:10:56 gmcgarry Exp $ +# $NetBSD: IQ80310,v 1.14 2002/04/25 01:50:00 briggs Exp $ # # IQ80310 -- Intel IQ80310 Evaluation Board Kernel # @@ -20,6 +20,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options CPU_XSCALE_80200 # Support the XScale core makeoptions COPTS="-O2 -march=armv4 -mtune=strongarm" #makeoptions COPTS="-O2 -march=armv5 -mtune=xscale" +options XSCALE_CCLKCFG=9 # 733MHz # Architecture options diff --git a/sys/arch/evbarm/conf/TEAMASA_NPWR b/sys/arch/evbarm/conf/TEAMASA_NPWR index ae36853c641e..30b82414ad18 100644 --- a/sys/arch/evbarm/conf/TEAMASA_NPWR +++ b/sys/arch/evbarm/conf/TEAMASA_NPWR @@ -1,4 +1,4 @@ -# $NetBSD: TEAMASA_NPWR,v 1.12 2002/04/24 20:38:24 thorpej Exp $ +# $NetBSD: TEAMASA_NPWR,v 1.13 2002/04/25 01:50:00 briggs Exp $ # # TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based # server appliance. @@ -22,6 +22,7 @@ options NTP # NTP phase/frequency locked loop options CPU_XSCALE_80200 # Support the XScale core makeoptions COPTS="-O2 -march=armv4 -mtune=strongarm" #makeoptions COPTS="-O2 -march=armv5 -mtune=xscale" +options XSCALE_CCLKCFG=7 # 600MHz # Architecture options diff --git a/sys/arch/evbarm/conf/std.iq80310 b/sys/arch/evbarm/conf/std.iq80310 index 347c40360955..f7ec7ff40567 100644 --- a/sys/arch/evbarm/conf/std.iq80310 +++ b/sys/arch/evbarm/conf/std.iq80310 @@ -1,4 +1,4 @@ -# $NetBSD: std.iq80310,v 1.10 2002/01/24 04:23:18 briggs Exp $ +# $NetBSD: std.iq80310,v 1.11 2002/04/25 01:50:01 briggs Exp $ # # standard NetBSD/evbarm for IQ80310 options @@ -10,7 +10,6 @@ include "arch/evbarm/conf/files.iq80310" options EXEC_ELF32 options EXEC_AOUT options EXEC_SCRIPT -options XSCALE_CCLKCFG=9 # To support easy transit to ../arch/arm/arm32 options ARM32