From 4cb59ef4dee50fe9526e3669459675d3023db370 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Mon, 29 May 2017 23:22:00 +0000 Subject: [PATCH] Remove reference to CONSPEED, this value comes from fdt data --- sys/arch/evbarm/conf/TEGRA | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbarm/conf/TEGRA b/sys/arch/evbarm/conf/TEGRA index 7652cf19a916..8a0b3b409773 100644 --- a/sys/arch/evbarm/conf/TEGRA +++ b/sys/arch/evbarm/conf/TEGRA @@ -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