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 Remove CONS_OVERRIDE - it's an i386 option



details:   https://anonhg.NetBSD.org/src/rev/e5bb189c100c
branches:  trunk
changeset: 446793:e5bb189c100c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 19 16:56:17 2018 +0000

description:
Remove CONS_OVERRIDE - it's an i386 option

diffstat:

 sys/arch/evbarm/conf/ARMADILLO-IOT-G3 |  3 +--
 sys/arch/evbarm/conf/CUBOX-I          |  3 +--
 sys/arch/evbarm/conf/IMX6UL-STARTER   |  3 +--
 sys/arch/evbarm/conf/MMNET_GENERIC    |  5 ++---
 sys/arch/evbarm/conf/MPCSA_GENERIC    |  5 ++---
 sys/arch/evbarm/conf/NITROGEN6X       |  3 +--
 6 files changed, 8 insertions(+), 14 deletions(-)

diffs (120 lines):

diff -r 3826988df576 -r e5bb189c100c sys/arch/evbarm/conf/ARMADILLO-IOT-G3
--- a/sys/arch/evbarm/conf/ARMADILLO-IOT-G3     Wed Dec 19 16:27:26 2018 +0000
+++ b/sys/arch/evbarm/conf/ARMADILLO-IOT-G3     Wed Dec 19 16:56:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO-IOT-G3,v 1.15 2018/08/25 07:48:56 maxv Exp $
+# $NetBSD: ARMADILLO-IOT-G3,v 1.16 2018/12/19 16:56:17 skrll Exp $
 #
 # ARMADILLO-IOT-G3 -- Atmark Techno, Armadillo-IoT G3
 #
@@ -158,7 +158,6 @@
 
 # Console options.    also need IMXUARTCONSOLE
 options        CONSDEVNAME="\"imxuart\"",CONADDR=0x30a70000,CONSPEED=115200
-options        CONS_OVERRIDE
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
diff -r 3826988df576 -r e5bb189c100c sys/arch/evbarm/conf/CUBOX-I
--- a/sys/arch/evbarm/conf/CUBOX-I      Wed Dec 19 16:27:26 2018 +0000
+++ b/sys/arch/evbarm/conf/CUBOX-I      Wed Dec 19 16:56:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CUBOX-I,v 1.18 2018/08/25 07:48:56 maxv Exp $
+# $NetBSD: CUBOX-I,v 1.19 2018/12/19 16:56:17 skrll Exp $
 #
 # CuBox-i
 # - http://www.solid-run.com/products/cubox-i-mini-computer/
@@ -154,7 +154,6 @@
 
 # Console options.    also need IMXUARTCONSOLE
 options        CONSDEVNAME="\"imxuart\"",CONADDR=0x02020000,CONSPEED=115200
-options        CONS_OVERRIDE
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
diff -r 3826988df576 -r e5bb189c100c sys/arch/evbarm/conf/IMX6UL-STARTER
--- a/sys/arch/evbarm/conf/IMX6UL-STARTER       Wed Dec 19 16:27:26 2018 +0000
+++ b/sys/arch/evbarm/conf/IMX6UL-STARTER       Wed Dec 19 16:56:17 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IMX6UL-STARTER,v 1.10 2018/10/18 09:01:53 skrll Exp $
+#      $NetBSD: IMX6UL-STARTER,v 1.11 2018/12/19 16:56:17 skrll Exp $
 #
 #      IMX6UL-STARTER - Freescale i.MX6UL Evaluation Board
 #
@@ -161,7 +161,6 @@
 # Console options.    also need IMXUARTCONSOLE
 options        EARLYCONS=nitrogen6,CONADDR=0x021f4000
 options        CONSDEVNAME="\"imxuart\"",CONSPEED=115200
-options        CONS_OVERRIDE
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
diff -r 3826988df576 -r e5bb189c100c sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC        Wed Dec 19 16:27:26 2018 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC        Wed Dec 19 16:56:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.43 2018/10/23 19:58:52 jdolecek Exp $
+# $NetBSD: MMNET_GENERIC,v 1.44 2018/12/19 16:56:17 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.43 $"
+#ident                 "GENERIC-$Revision: 1.44 $"
 
 maxusers       32              # estimated number of users
 
@@ -42,7 +42,6 @@
 #options       CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
 #      you don't want the option below ON iff you are using the
 #      serial console option of the new boot strap code.
-#options       CONS_OVERRIDE   # Always use above! independent of boot info
 
 # Standard system options
 
diff -r 3826988df576 -r e5bb189c100c sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC        Wed Dec 19 16:27:26 2018 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC        Wed Dec 19 16:56:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.64 2018/10/23 19:58:52 jdolecek Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.65 2018/12/19 16:56:17 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.64 $"
+#ident                 "GENERIC-$Revision: 1.65 $"
 
 maxusers       32              # estimated number of users
 
@@ -42,7 +42,6 @@
 #options       CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
 #      you don't want the option below ON iff you are using the
 #      serial console option of the new boot strap code.
-#options       CONS_OVERRIDE   # Always use above! independent of boot info
 
 # Standard system options
 
diff -r 3826988df576 -r e5bb189c100c sys/arch/evbarm/conf/NITROGEN6X
--- a/sys/arch/evbarm/conf/NITROGEN6X   Wed Dec 19 16:27:26 2018 +0000
+++ b/sys/arch/evbarm/conf/NITROGEN6X   Wed Dec 19 16:56:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NITROGEN6X,v 1.20 2018/08/25 07:48:56 maxv Exp $
+# $NetBSD: NITROGEN6X,v 1.21 2018/12/19 16:56:17 skrll Exp $
 #
 # Nitrogen6X
 # - http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/
@@ -154,7 +154,6 @@
 
 # Console options.    also need IMXUARTCONSOLE
 options        CONSDEVNAME="\"imxuart\"",CONADDR=0x021e8000,CONSPEED=115200
-options        CONS_OVERRIDE
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!



Home | Main Index | Thread Index | Old Index