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/8d7ad9cccd1e
branches:  trunk
changeset: 824262:8d7ad9cccd1e
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 f2abed889d4c -r 8d7ad9cccd1e 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