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 the clock frequency for delay().



details:   https://anonhg.NetBSD.org/src/rev/52a26f41313d
branches:  trunk
changeset: 779025:52a26f41313d
user:      bsh <bsh%NetBSD.org@localhost>
date:      Thu Apr 26 06:51:05 2012 +0000

description:
fix the clock frequency for delay().
from Kenichi Hashimoto.

diffstat:

 sys/arch/evbarm/conf/std.netwalker |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 175ee3b198ae -r 52a26f41313d sys/arch/evbarm/conf/std.netwalker
--- a/sys/arch/evbarm/conf/std.netwalker        Thu Apr 26 03:16:13 2012 +0000
+++ b/sys/arch/evbarm/conf/std.netwalker        Thu Apr 26 06:51:05 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.netwalker,v 1.2 2012/04/15 08:57:16 bsh Exp $
+#      $NetBSD: std.netwalker,v 1.3 2012/04/26 06:51:05 bsh Exp $
 #
 # standard NetBSD/evbarm options for Sharp NetWalker
 
@@ -19,7 +19,7 @@
 # To support easy transit to ../arch/arm/arm32
 options        ARM32
 options        CORTEX_PMC
-options        CORTEX_CCNT_HZ=720000000
+options        CORTEX_PMC_CCNT_HZ=800000000
 
 makeoptions    LOADADDRESS="0x90100000"
 makeoptions    BOARDTYPE="netwalker"



Home | Main Index | Thread Index | Old Index