From patchwork Fri Oct 24 10:54:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 5145861 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 8AE859F349 for ; Fri, 24 Oct 2014 10:58:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CFCF720256 for ; Fri, 24 Oct 2014 10:58:19 +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 01E6E2024F for ; Fri, 24 Oct 2014 10:58:19 +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 1XhcXM-00066w-ST; Fri, 24 Oct 2014 10:56:04 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XhcWx-0005ad-BN for linux-arm-kernel@lists.infradead.org; Fri, 24 Oct 2014 10:55:40 +0000 Received: by mail-wg0-f49.google.com with SMTP id x12so798574wgg.8 for ; Fri, 24 Oct 2014 03:55:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HT6G09nsCPziMTB7w9gKDQh7o3NWaZPVi1yAOTeqp/0=; b=Xhfuy449z9zMlcSCjeHHTcjv33FPEGvgkllcb+x6ySO5+tYAaCqkonJzAYhuT/S2J6 ZCjkBJTeaGF2aQ+sZ+7RL3VF6w3Avq8Rpsi6fvsDKmpL5u2eoR8ATNRKlInrz36oh/0F pJyoKTCzEU1RhhWR9uhBu7UrGXoNsiTx0BhlDXi8y4FA7tSMwwgIZ/MmxD0Pe+D/El98 05B/XdBQVqdERVV+lXRjJ4BCWxHqaKNRsgAi+f4cdALu6i4SHFyhLAixedlLBCvxbBRB 9JRuo5to9JCRzRvj2Gq48Kp8r0XYhjD8rVN5tY6IRXapLYDpnUVLoYvSwzonv7guTGvS i3WA== X-Gm-Message-State: ALoCoQnNdbeG/4AxhHet29LSR3WrYSaSZ9u5i2E1tkq5AZrXFrr7u4ZEqKcYBlIbiUwY8g6FGDH2 X-Received: by 10.194.190.19 with SMTP id gm19mr4075099wjc.4.1414148120647; Fri, 24 Oct 2014 03:55:20 -0700 (PDT) Received: from sundance.lan (cpc4-aztw19-0-0-cust157.18-1.cable.virginm.net. [82.33.25.158]) by mx.google.com with ESMTPSA id f7sm1601214wiz.13.2014.10.24.03.55.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 03:55:19 -0700 (PDT) From: Daniel Thompson To: Russell King Subject: [PATCH v12 01/15] arm: cnx3xxxx: Remove spurious default for DEBUG_CNS3XXX Date: Fri, 24 Oct 2014 11:54:22 +0100 Message-Id: <1414148076-12685-2-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1414148076-12685-1-git-send-email-daniel.thompson@linaro.org> References: <1414148076-12685-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141024_035539_707412_0E51E7C5 X-CRM114-Status: GOOD ( 11.40 ) X-Spam-Score: -0.7 (/) Cc: Paul Bolle , linaro-kernel@lists.linaro.org, Arnd Bergmann , patches@linaro.org, spear-devel@list.st.com, Daniel Thompson , linux-kernel@vger.kernel.org, Srinivas Kandagatla , 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=-3.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, 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 The default value for DEBUG_CNS3XXX appears twice. This patch removes the one with the wrong sort order. Signed-off-by: Daniel Thompson --- arch/arm/Kconfig.debug | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 03dc4c1..295428d 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -1134,7 +1134,6 @@ config DEBUG_UART_PHYS DEBUG_S3C2410_UART2) default 0x78000000 if DEBUG_CNS3XXX default 0x7c0003f8 if FOOTBRIDGE - default 0x78000000 if DEBUG_CNS3XXX default 0x80070000 if DEBUG_IMX23_UART default 0x80074000 if DEBUG_IMX28_UART default 0x80230000 if DEBUG_PICOXCELL_UART