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 DIAGNOSTIC - it is already enab...
details: https://anonhg.NetBSD.org/src/rev/2eb26b7b65bf
branches: trunk
changeset: 352193:2eb26b7b65bf
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Mar 20 14:06:43 2017 +0000
description:
Disable DIAGNOSTIC - it is already enabled in GENERIC.common
diffstat:
sys/arch/evbarm/conf/BPI | 4 ++--
sys/arch/evbarm/conf/HUMMINGBIRD_A31 | 4 ++--
sys/arch/evbarm/conf/KOBO | 6 +++---
sys/arch/evbarm/conf/ODROID-C1 | 4 ++--
sys/arch/evbarm/conf/TEGRA | 4 ++--
5 files changed, 11 insertions(+), 11 deletions(-)
diffs (95 lines):
diff -r 5e6e8b6be133 -r 2eb26b7b65bf sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI Mon Mar 20 13:12:35 2017 +0000
+++ b/sys/arch/evbarm/conf/BPI Mon Mar 20 14:06:43 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BPI,v 1.20 2016/12/13 20:42:17 christos Exp $
+# $NetBSD: BPI,v 1.21 2017/03/20 14:06:43 skrll Exp $
#
# BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
#
@@ -22,7 +22,7 @@
# Development and Debugging options
-options DIAGNOSTIC # internal consistency checks
+#options DIAGNOSTIC # internal consistency checks
#options DEBUG
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
diff -r 5e6e8b6be133 -r 2eb26b7b65bf sys/arch/evbarm/conf/HUMMINGBIRD_A31
--- a/sys/arch/evbarm/conf/HUMMINGBIRD_A31 Mon Mar 20 13:12:35 2017 +0000
+++ b/sys/arch/evbarm/conf/HUMMINGBIRD_A31 Mon Mar 20 14:06:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HUMMINGBIRD_A31,v 1.27 2016/12/13 20:42:17 christos Exp $
+# $NetBSD: HUMMINGBIRD_A31,v 1.28 2017/03/20 14:06:43 skrll Exp $
#
# HUMMINGBIRD_A31 - Merrii Hummingbird A31
#
@@ -18,7 +18,7 @@
options AWIN_CONSOLE_EARLY
options AWIN_GPIO_IGNORE_FW
-options DIAGNOSTIC # internal consistency checks
+#options DIAGNOSTIC # internal consistency checks
#options DEBUG
#options VERBOSE_INIT_ARM # verbose bootstraping messages
makeoptions DEBUG="-g" # compile full symbol table
diff -r 5e6e8b6be133 -r 2eb26b7b65bf sys/arch/evbarm/conf/KOBO
--- a/sys/arch/evbarm/conf/KOBO Mon Mar 20 13:12:35 2017 +0000
+++ b/sys/arch/evbarm/conf/KOBO Mon Mar 20 14:06:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KOBO,v 1.7 2015/04/10 10:58:07 hkenken Exp $
+# $NetBSD: KOBO,v 1.8 2017/03/20 14:06:43 skrll Exp $
#
# KOBO -- http://kobo.com
#
@@ -24,8 +24,8 @@
options CONSDEVNAME="\"imxuart\"",CONADDR=0x53fc0000
options CONSPEED=115200 # Console speed
-options DIAGNOSTIC # internal consistency checks
-#options DEBUG
+#options DIAGNOSTIC # internal consistency checks
+#options DEBUG
#options KGDB
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
diff -r 5e6e8b6be133 -r 2eb26b7b65bf sys/arch/evbarm/conf/ODROID-C1
--- a/sys/arch/evbarm/conf/ODROID-C1 Mon Mar 20 13:12:35 2017 +0000
+++ b/sys/arch/evbarm/conf/ODROID-C1 Mon Mar 20 14:06:43 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ODROID-C1,v 1.21 2015/11/29 16:52:00 jmcneill Exp $
+# $NetBSD: ODROID-C1,v 1.22 2017/03/20 14:06:43 skrll Exp $
#
# Hardkernel ODROID-C1 (Amlogic S805) based SBC (Single Board Computer)
#
@@ -10,7 +10,7 @@
options CPU_CORTEXA5
options MULTIPROCESSOR
-options DIAGNOSTIC
+#options DIAGNOSTIC
#options DEBUG
#options LOCKDEBUG
makeoptions DEBUG="-g" # compile full symbol table
diff -r 5e6e8b6be133 -r 2eb26b7b65bf sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA Mon Mar 20 13:12:35 2017 +0000
+++ b/sys/arch/evbarm/conf/TEGRA Mon Mar 20 14:06:43 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: TEGRA,v 1.10 2016/12/13 20:42:17 christos Exp $
+# $NetBSD: TEGRA,v 1.11 2017/03/20 14:06:43 skrll Exp $
#
# NVIDIA Tegra K1 (T124)
#
@@ -13,7 +13,7 @@
pseudo-device openfirm # /dev/openfirm
-options DIAGNOSTIC # internal consistency checks
+#options DIAGNOSTIC # internal consistency checks
#options DEBUG
#options LOCKDEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
Home |
Main Index |
Thread Index |
Old Index