From patchwork Thu Aug 1 17:12:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 2837177 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3D9069F3B8 for ; Thu, 1 Aug 2013 17:12:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1A7842030B for ; Thu, 1 Aug 2013 17:12:58 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B8A9620326 for ; Thu, 1 Aug 2013 17:12:56 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4wQo-0003dl-Mk; Thu, 01 Aug 2013 17:12:54 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4wQm-0000Yq-FR; Thu, 01 Aug 2013 17:12:52 +0000 Received: from mail-qc0-x22f.google.com ([2607:f8b0:400d:c01::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4wQj-0000Xu-52 for linux-arm-kernel@lists.infradead.org; Thu, 01 Aug 2013 17:12:49 +0000 Received: by mail-qc0-f175.google.com with SMTP id s11so1222223qcv.20 for ; Thu, 01 Aug 2013 10:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=LxhnRJlW10md828qYjeyq49LxNFJecRCYrDnl3zQeWU=; b=XH48+nj9gfjtyGBmgmjVD7uTyimBDY+Am/8bAVk2d3fOabrF3wEN+UGsuyupLdbevy imjBqe21pVx1V3TaPvbu2ivOjfNLztkafu9sYF0doVf5bIpzsSwJPi/eqhx1R5xbk7nL DArywOvDr9xBZOw7+Hps2ct/2gL7ZHdEWs+aTAQJHFQB5HSydTt/lfe1b9y4+vpV6DQb Tmyu4LAHsEaMUUDZvfhVhwHfJrx9rhz5MSqt9FL+BvGyxdrAxsOHsGQnfaRsPLHR18Wm quYpXKz8OV9ozKsesrqzfnZyFOh/Z0QNr2VdK+9ixAwytKyVFeMCPJbcCigp0Pt9cyyN oQgw== X-Received: by 10.224.129.65 with SMTP id n1mr6251787qas.29.1375377147857; Thu, 01 Aug 2013 10:12:27 -0700 (PDT) Received: from beef.ohporter.com (cpe-98-27-254-98.neo.res.rr.com. [98.27.254.98]) by mx.google.com with ESMTPSA id lk8sm5589027qeb.3.2013.08.01.10.12.26 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 01 Aug 2013 10:12:27 -0700 (PDT) From: Matt Porter To: Christian Daudt Subject: [PATCH] ARM: configs: disable DEBUG_LL in bcm_defconfig Date: Thu, 1 Aug 2013 13:12:11 -0400 Message-Id: <1375377131-27445-1-git-send-email-matt.porter@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130801_131249_241634_782EB54C X-CRM114-Status: GOOD ( 10.16 ) X-Spam-Score: -1.9 (-) Cc: Olof Johansson , Linux ARM Kernel List , Linaro Patches X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP DEBUG_LL is not supported yet on bcm281xx and causes a temporary hang due to timeout at boot. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Christian Daudt --- arch/arm/configs/bcm_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 65edf6d..27a1b5f 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig @@ -112,7 +112,6 @@ CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=110 CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y CONFIG_DEBUG_INFO=y # CONFIG_FTRACE is not set -CONFIG_DEBUG_LL=y CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y