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 Comment out EARLYCONS



details:   https://anonhg.NetBSD.org/src/rev/da0537986387
branches:  trunk
changeset: 319947:da0537986387
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jun 16 14:41:25 2018 +0000

description:
Comment out EARLYCONS

diffstat:

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

diffs (19 lines):

diff -r 5859629d843f -r da0537986387 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Jun 16 13:53:45 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sat Jun 16 14:41:25 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.17 2018/06/16 00:19:04 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.18 2018/06/16 14:41:25 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -67,7 +67,7 @@
 options        VERBOSE_INIT_ARM # verbose bootstrapping messages
 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
 #options       EARLYCONS=bcm2837
-options        EARLYCONS=rk3328, CONSADDR=0xff130000
+#options       EARLYCONS=rk3328, CONSADDR=0xff130000
 #options       EARLYCONS=sunxi, CONSADDR=0x01c28000
 #options       EARLYCONS=tegra, CONSADDR=0x70006000
 #options       EARLYCONS=virt



Home | Main Index | Thread Index | Old Index