From patchwork Tue May 26 17:39:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joachim Eastwood X-Patchwork-Id: 6484721 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 65DE69F38C for ; Tue, 26 May 2015 17:43:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C192A2045B for ; Tue, 26 May 2015 17:43:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0329520450 for ; Tue, 26 May 2015 17:43:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YxIpw-0002Vw-FL; Tue, 26 May 2015 17:40:20 +0000 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YxIps-0001NA-VT for linux-arm-kernel@lists.infradead.org; Tue, 26 May 2015 17:40:17 +0000 Received: by lbcmx3 with SMTP id mx3so75833511lbc.1 for ; Tue, 26 May 2015 10:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=/YAnLB9hRAi7ZSNkwl7cPvuu0KvVRBVBMtEKbB4Uu84=; b=epOlb5TKLm1JnL2roteIggAtdkFtdMaFNcU8HSkGcDpvvyAJF7r4qID53da2pT2FmM RAHKkMd7Fln8S3dyEWSjzMHefBLQ3OBFMx8zMLF/OQK+aq0FEg+MC9Eb9zIsHMS9FyK+ bLGbbaRVFaSrnULUKhCc43cIj2gyN1lUhvFFJ42QNMIRzYpUXwiqvNVJI4hdb/uUaAWA sn8v75xjHu8HibgRT4m0vBxwZdK/+ubXcJZsGqfOFkWtjtJ5llSU1jOlxuGFbjJROA9Z yW7BT0QKcTLQS+oXqH0ETkYQ6fzDeIwFY5g74N504IdvtrAbrkXFldRyZVzNKJZHA0Cz aU2g== X-Received: by 10.112.93.230 with SMTP id cx6mr15368941lbb.65.1432661993889; Tue, 26 May 2015 10:39:53 -0700 (PDT) Received: from localhost.localdomain ([90.149.48.183]) by mx.google.com with ESMTPSA id j1sm3181906lbc.15.2015.05.26.10.39.52 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 May 2015 10:39:53 -0700 (PDT) From: Joachim Eastwood To: arnd@arndb.de, arm@kernel.org Subject: [PATCH] ARM: lpc18xx: remove DEBUG_LL_UART_8250 from defconfig Date: Tue, 26 May 2015 19:39:46 +0200 Message-Id: <1432661986-4118-1-git-send-email-manabian@gmail.com> X-Mailer: git-send-email 1.8.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150526_104017_206290_E4ACA2E1 X-CRM114-Status: GOOD ( 10.78 ) X-Spam-Score: -0.8 (/) Cc: Joachim Eastwood , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Remove the generic 8250 config option so that the LPC18xx specific option gets picked instead. Signed-off-by: Joachim Eastwood --- Hi Arnd, Please apply this to the next/defconfig branch. After LPC18XX was converted to use the DEBUG_LPC18XX_UART0 config symbol there is now a mismatch in defconfig for this platform. On a clean defconfig the following warnings appear. .config:2073:warning: symbol value '' invalid for DEBUG_UART_PHYS .config:2074:warning: symbol value '' invalid for DEBUG_UART_VIRT Since the default value now depends on DEBUG_LPC18XX_UART0 and not ARCH_LPC18XX. arch/arm/configs/lpc18xx_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/lpc18xx_defconfig b/arch/arm/configs/lpc18xx_defconfig index d4320a7e433f..1c47f86c3970 100644 --- a/arch/arm/configs/lpc18xx_defconfig +++ b/arch/arm/configs/lpc18xx_defconfig @@ -146,7 +146,6 @@ CONFIG_MAGIC_SYSRQ=y # CONFIG_RCU_CPU_STALL_INFO is not set # CONFIG_FTRACE is not set CONFIG_DEBUG_LL=y -CONFIG_DEBUG_LL_UART_8250=y CONFIG_EARLY_PRINTK=y CONFIG_CRC_ITU_T=y CONFIG_CRC7=y