Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/4f57f79e8344
branches:  netbsd-7
changeset: 799171:4f57f79e8344
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Apr 06 01:46:34 2015 +0000

description:
Pull up following revision(s) (requested by jmcneill in ticket #660):
        sys/arch/evbarm/conf/ODROID-C1: revision 1.15
comment out DDB_COMMANDONENTER

diffstat:

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

diffs (19 lines):

diff -r eb338e339a40 -r 4f57f79e8344 sys/arch/evbarm/conf/ODROID-C1
--- a/sys/arch/evbarm/conf/ODROID-C1    Mon Apr 06 01:45:17 2015 +0000
+++ b/sys/arch/evbarm/conf/ODROID-C1    Mon Apr 06 01:46:34 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ODROID-C1,v 1.12.2.3 2015/03/25 17:13:26 snj Exp $
+#      $NetBSD: ODROID-C1,v 1.12.2.4 2015/04/06 01:46:34 snj Exp $
 #
 #      Odroid-C1 (Amlogic S805) based SBC (Single Board Computer)
 #
@@ -143,7 +143,7 @@
 options        DDB             # in-kernel debugger
 options                DDB_ONPANIC=1
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
-options                DDB_COMMANDONENTER="bt"
+#options       DDB_COMMANDONENTER="bt"
 #options       KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
 makeoptions    COPY_SYMTAB=1



Home | Main Index | Thread Index | Old Index