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 select max cpu frequency (~2.3GHz) at boot



details:   https://anonhg.NetBSD.org/src/rev/e8d1a503d23c
branches:  trunk
changeset: 808319:e8d1a503d23c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed May 13 11:07:28 2015 +0000

description:
select max cpu frequency (~2.3GHz) at boot

diffstat:

 sys/arch/evbarm/conf/JETSONTK1 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7d54afdee23c -r e8d1a503d23c sys/arch/evbarm/conf/JETSONTK1
--- a/sys/arch/evbarm/conf/JETSONTK1    Wed May 13 11:07:02 2015 +0000
+++ b/sys/arch/evbarm/conf/JETSONTK1    Wed May 13 11:07:28 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: JETSONTK1,v 1.16 2015/05/12 20:54:30 jmcneill Exp $
+#      $NetBSD: JETSONTK1,v 1.17 2015/05/13 11:07:28 jmcneill Exp $
 #
 #      NVIDIA Jetson TK1 - Tegra K1 development kit
 #      https://developer.nvidia.com/jetson-tk1
@@ -11,6 +11,7 @@
 options        CPU_CORTEXA15
 options        SOC_TEGRA124
 options        BOARD_JETSONTK1
+options        CPUFREQ_BOOT=2292
 #options       MULTIPROCESSOR
 #options       MEMSIZE=2048
 



Home | Main Index | Thread Index | Old Index