From 41a4a26eaf402eb5b23a604bc5540ed05f6ddec0 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sun, 26 Jul 2015 10:09:53 +0000 Subject: [PATCH] disable DEBUG and LOCKDEBUG --- sys/arch/evbarm/conf/JETSONTK1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/evbarm/conf/JETSONTK1 b/sys/arch/evbarm/conf/JETSONTK1 index d4de678153ed..e3a829c384c5 100644 --- a/sys/arch/evbarm/conf/JETSONTK1 +++ b/sys/arch/evbarm/conf/JETSONTK1 @@ -1,5 +1,5 @@ # -# $NetBSD: JETSONTK1,v 1.28 2015/05/31 14:43:59 jmcneill Exp $ +# $NetBSD: JETSONTK1,v 1.29 2015/07/26 10:09:53 jmcneill Exp $ # # NVIDIA Jetson TK1 - Tegra K1 development kit # https://developer.nvidia.com/jetson-tk1 @@ -16,8 +16,8 @@ options MULTIPROCESSOR #options MEMSIZE=2048 options DIAGNOSTIC # internal consistency checks -options DEBUG -options LOCKDEBUG +#options DEBUG +#options LOCKDEBUG #options PMAP_DEBUG # Enable pmap_debug_level code #options IPKDB # remote kernel debugging #options VERBOSE_INIT_ARM # verbose bootstraping messages