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 Note EARLYCONS in comment



details:   https://anonhg.NetBSD.org/src/rev/9223f1f772a0
branches:  trunk
changeset: 363967:9223f1f772a0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 18 09:43:17 2018 +0000

description:
Note EARLYCONS in comment

diffstat:

 sys/arch/evbarm/conf/TEGRA |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r fd4a2152a8d3 -r 9223f1f772a0 sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA        Sat Aug 18 09:29:45 2018 +0000
+++ b/sys/arch/evbarm/conf/TEGRA        Sat Aug 18 09:43:17 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: TEGRA,v 1.37 2018/07/14 15:09:41 maxv Exp $
+#      $NetBSD: TEGRA,v 1.38 2018/08/18 09:43:17 skrll Exp $
 #
 #      NVIDIA Tegra family SoCs
 #
@@ -36,7 +36,7 @@
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       VERBOSE_INIT_ARM # verbose bootstrapping messages
 # CONSADDR is required for early init messages from VERBOSE_INIT_ARM.
-#options       CONSADDR=0x70006300
+#options       EARLYCONS=tegra, CONSADDR=0x70006300
 
 makeoptions    DEBUG="-g"      # compile full symbol table
 makeoptions    COPY_SYMTAB=1



Home | Main Index | Thread Index | Old Index