From patchwork Tue Apr 8 17:47:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 337710 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 017D01400B6; Wed, 9 Apr 2014 03:47:41 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WXa7U-0003ot-QZ; Tue, 08 Apr 2014 17:47:36 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WXa7F-0003lX-RP for kernel-team@lists.ubuntu.com; Tue, 08 Apr 2014 17:47:21 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1WXa7F-0002n3-Oh for kernel-team@lists.ubuntu.com; Tue, 08 Apr 2014 17:47:21 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2] UBUNTU: [Config] disable HVC_DCC Date: Tue, 8 Apr 2014 19:47:18 +0200 Message-Id: <1396979238-10366-3-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1396979238-10366-1-git-send-email-paolo.pisati@canonical.com> References: <1396979238-10366-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1303657 Kernel hangs at boot waiting for a console via the JTAG interface that will obviously never appear - disable it. Signed-off-by: Paolo Pisati --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 4147ccc..78a01b5 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -2644,7 +2644,7 @@ CONFIG_HT_IRQ=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y CONFIG_HVC_CONSOLE=y -CONFIG_HVC_DCC=y +# CONFIG_HVC_DCC is not set CONFIG_HVC_DRIVER=y CONFIG_HVC_IRQ=y CONFIG_HVC_OPAL=y