Module Name: src
Committed By: jmcneill
Date: Sun Jul 26 10:09:53 UTC 2015
Modified Files:
src/sys/arch/evbarm/conf: JETSONTK1
Log Message:
disable DEBUG and LOCKDEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/JETSONTK1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/JETSONTK1
diff -u src/sys/arch/evbarm/conf/JETSONTK1:1.28 src/sys/arch/evbarm/conf/JETSONTK1:1.29
--- src/sys/arch/evbarm/conf/JETSONTK1:1.28 Sun May 31 14:43:59 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1 Sun Jul 26 10:09:53 2015
@@ -1,5 +1,5 @@
#
-# $NetBSD: JETSONTK1,v 1.28 2015/05/31 14:43:59 jmcneill Exp $
+# $NetBSD: JETSONTK1,v 1.29 2015/07/26 10:09:53 jmcneill Exp $
#
# NVIDIA Jetson TK1 - Tegra K1 development kit
# https://developer.nvidia.com/jetson-tk1
@@ -16,8 +16,8 @@ options MULTIPROCESSOR
#options MEMSIZE=2048
options DIAGNOSTIC # internal consistency checks
-options DEBUG
-options LOCKDEBUG
+#options DEBUG
+#options LOCKDEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
#options VERBOSE_INIT_ARM # verbose bootstraping messages