Module Name: src
Committed By: matt
Date: Tue Jan 4 11:38:59 UTC 2011
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBOARD
Log Message:
Turn off VERBOSE_ARM_INIT
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/BEAGLEBOARD
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/BEAGLEBOARD
diff -u src/sys/arch/evbarm/conf/BEAGLEBOARD:1.13 src/sys/arch/evbarm/conf/BEAGLEBOARD:1.14
--- src/sys/arch/evbarm/conf/BEAGLEBOARD:1.13 Tue Nov 23 11:13:56 2010
+++ src/sys/arch/evbarm/conf/BEAGLEBOARD Tue Jan 4 11:38:58 2011
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBOARD,v 1.13 2010/11/23 11:13:56 hannken Exp $
+# $NetBSD: BEAGLEBOARD,v 1.14 2011/01/04 11:38:58 matt Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@@ -135,7 +135,7 @@
#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