Module Name:    src
Committed By:   mlelstv
Date:           Mon Mar  8 06:27:06 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC

Log Message:
early console for pico-pi-imx7


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.93 src/sys/arch/evbarm/conf/GENERIC:1.94
--- src/sys/arch/evbarm/conf/GENERIC:1.93	Sun Jan 31 08:47:07 2021
+++ src/sys/arch/evbarm/conf/GENERIC	Mon Mar  8 06:27:06 2021
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.93 2021/01/31 08:47:07 skrll Exp $
+#	$NetBSD: GENERIC,v 1.94 2021/03/08 06:27:06 mlelstv Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -63,6 +63,9 @@ options 	MSGBUFSIZE=32768
 
 #options 	EARLYCONS=imx, CONSADDR=0x02020000
 
+# PICO-PI-IMX7
+#options	EARLYCONS=imx, CONSADDR=0x30a70000 # serial4
+
 # ODROID-C1
 #options 	EARLYCONS=meson, CONSADDR=0xc81004c0
 

Reply via email to