Remove CONS_OVERRIDE - it's an i386 option

This commit is contained in:
skrll 2018-12-19 16:56:17 +00:00
parent b18e79c6bb
commit 5bec2f343e
6 changed files with 8 additions and 14 deletions

View File

@ -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 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
# 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!

View File

@ -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 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
# 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!

View File

@ -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 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
# 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!

View File

@ -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 @@ include "arch/evbarm/conf/std.mmnet"
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 @@ makeoptions CPUFLAGS="-mtune=arm926ej-s -mcpu=arm926ej-s"
#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

View File

@ -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 @@ include "arch/evbarm/conf/std.mpcsa"
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 @@ makeoptions CPUFLAGS="-mtune=arm920t -mcpu=arm920t"
#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

View File

@ -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 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
# 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!