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 disable DEBUG, LOCKDEBUG, VERBOSE_INIT_ARM



details:   https://anonhg.NetBSD.org/src/rev/1d94e3d86fc6
branches:  trunk
changeset: 336777:1d94e3d86fc6
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Mar 18 23:03:06 2015 +0000

description:
disable DEBUG, LOCKDEBUG, VERBOSE_INIT_ARM

diffstat:

 sys/arch/evbarm/conf/ODROID-C1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 6dcbc9b8b97b -r 1d94e3d86fc6 sys/arch/evbarm/conf/ODROID-C1
--- a/sys/arch/evbarm/conf/ODROID-C1    Wed Mar 18 21:02:47 2015 +0000
+++ b/sys/arch/evbarm/conf/ODROID-C1    Wed Mar 18 23:03:06 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ODROID-C1,v 1.10 2015/03/17 22:29:40 jmcneill Exp $
+#      $NetBSD: ODROID-C1,v 1.11 2015/03/18 23:03:06 jmcneill Exp $
 #
 #      Odroid-C1 (Amlogic S805) based SBC (Single Board Computer)
 #
@@ -135,11 +135,11 @@
 
 #options       PERFCTRS        # performance counters
 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
+#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



Home | Main Index | Thread Index | Old Index