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 Add EARLYCONS=bcm2711 example (commente...



details:   https://anonhg.NetBSD.org/src/rev/4dcbb2230dfb
branches:  trunk
changeset: 847507:4dcbb2230dfb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 25 10:51:20 2019 +0000

description:
Add EARLYCONS=bcm2711 example (commented out)

diffstat:

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

diffs (18 lines):

diff -r 2403dda83405 -r 4dcbb2230dfb sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Wed Dec 25 10:49:29 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Wed Dec 25 10:51:20 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.118 2019/12/19 00:36:26 jakllsch Exp $
+#      $NetBSD: GENERIC64,v 1.119 2019/12/25 10:51:20 skrll Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -129,6 +129,7 @@
 
 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
 #options       EARLYCONS=bcm2837
+#options       EARLYCONS=bcm2711
 #options       EARLYCONS=meson, CONSADDR=0xc81004c0
 #options       EARLYCONS=rk3328, CONSADDR=0xff130000
 #options       EARLYCONS=rk3399, CONSADDR=0xff1a0000



Home | Main Index | Thread Index | Old Index