Module Name: src
Committed By: matt
Date: Mon Jun 17 00:40:18 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBONE
Log Message:
Turn off VERBOSE_INIT_ARM (which was turned on in last commit).
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/BEAGLEBONE
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/BEAGLEBONE
diff -u src/sys/arch/evbarm/conf/BEAGLEBONE:1.15 src/sys/arch/evbarm/conf/BEAGLEBONE:1.16
--- src/sys/arch/evbarm/conf/BEAGLEBONE:1.15 Sun Jun 16 16:48:23 2013
+++ src/sys/arch/evbarm/conf/BEAGLEBONE Mon Jun 17 00:40:18 2013
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.15 2013/06/16 16:48:23 matt Exp $
+# $NetBSD: BEAGLEBONE,v 1.16 2013/06/17 00:40:18 matt Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -131,7 +131,7 @@ options DIAGNOSTIC # internally consist
options DEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
-options VERBOSE_INIT_ARM # verbose bootstraping messages
+#options VERBOSE_INIT_ARM # verbose bootstraping messages
options DDB # in-kernel debugger
options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB