Module Name:    src
Committed By:   skrll
Date:           Sun Jan 31 06:24:40 UTC 2021

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

Log Message:
Remove duplicate EARLYCONS=imx entry (both are commented out)


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 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.91 src/sys/arch/evbarm/conf/GENERIC:1.92
--- src/sys/arch/evbarm/conf/GENERIC:1.91	Wed Jan 27 15:52:46 2021
+++ src/sys/arch/evbarm/conf/GENERIC	Sun Jan 31 06:24:40 2021
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.91 2021/01/27 15:52:46 skrll Exp $
+#	$NetBSD: GENERIC,v 1.92 2021/01/31 06:24:40 skrll Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -47,7 +47,6 @@ options 	MSGBUFSIZE=32768
 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
 
 #options 	EARLYCONS=am33xx, CONSADDR=0x44e09000
-#options 	EARLYCONS=imx, CONSADDR=0x02020000
 #options 	EARLYCONS=omap3, CONSADDR=0x49020000
 
 # ODROID-C1

Reply via email to