Module Name:    src
Committed By:   jmcneill
Date:           Mon May 29 23:22:00 UTC 2017

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

Log Message:
Remove reference to CONSPEED, this value comes from fdt data


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/TEGRA

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/TEGRA
diff -u src/sys/arch/evbarm/conf/TEGRA:1.21 src/sys/arch/evbarm/conf/TEGRA:1.22
--- src/sys/arch/evbarm/conf/TEGRA:1.21	Mon May 29 23:21:12 2017
+++ src/sys/arch/evbarm/conf/TEGRA	Mon May 29 23:22:00 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: TEGRA,v 1.21 2017/05/29 23:21:12 jmcneill Exp $
+#	$NetBSD: TEGRA,v 1.22 2017/05/29 23:22:00 jmcneill Exp $
 #
 #	NVIDIA Tegra K1 (T124)
 #
@@ -20,7 +20,7 @@ pseudo-device 	openfirm	# /dev/openfirm
 #options 	IPKDB		# remote kernel debugging
 #options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
 # CONSADDR is required for early init messages from VERBOSE_INIT_ARM.
-#options 	CONSADDR=0x70006300, CONSPEED=115200
+#options 	CONSADDR=0x70006300
 
 makeoptions	DEBUG="-g"	# compile full symbol table
 makeoptions	COPY_SYMTAB=1

Reply via email to