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 reference to CONSPEED, this valu...
details: https://anonhg.NetBSD.org/src/rev/a19082ce3d87
branches: trunk
changeset: 353961:a19082ce3d87
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon May 29 23:22:00 2017 +0000
description:
Remove reference to CONSPEED, this value comes from fdt data
diffstat:
sys/arch/evbarm/conf/TEGRA | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4ef1c998b096 -r a19082ce3d87 sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA Mon May 29 23:21:12 2017 +0000
+++ b/sys/arch/evbarm/conf/TEGRA Mon May 29 23:22:00 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: TEGRA,v 1.21 2017/05/29 23:21:12 jmcneill Exp $
+# $NetBSD: TEGRA,v 1.22 2017/05/29 23:22:00 jmcneill Exp $
#
# NVIDIA Tegra K1 (T124)
#
@@ -20,7 +20,7 @@
#options IPKDB # remote kernel debugging
#options VERBOSE_INIT_ARM # verbose bootstrapping messages
# CONSADDR is required for early init messages from VERBOSE_INIT_ARM.
-#options CONSADDR=0x70006300, CONSPEED=115200
+#options CONSADDR=0x70006300
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
Home |
Main Index |
Thread Index |
Old Index