From patchwork Mon Nov 17 14:49:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 5322051 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 78C89C11AC for ; Mon, 17 Nov 2014 14:52:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B2FF620173 for ; Mon, 17 Nov 2014 14:52:35 +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 EC6512015E for ; Mon, 17 Nov 2014 14:52:34 +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 1XqNdO-0004tV-Ug; Mon, 17 Nov 2014 14:50:30 +0000 Received: from mail-wg0-f46.google.com ([74.125.82.46]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XqNch-00034Q-78 for linux-arm-kernel@lists.infradead.org; Mon, 17 Nov 2014 14:49:47 +0000 Received: by mail-wg0-f46.google.com with SMTP id x13so25197772wgg.5 for ; Mon, 17 Nov 2014 06:49:22 -0800 (PST) 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=bTEetUIL6empZP0F7+Y7sE2qAi31p6w1+dEeRSTMuV8=; b=ILf7Fk3fHdeBSHdEClSvR8IFr4Uio63DBxaJOibu5qMpq+3pUkyCEquDY40ErcEE3x vBpNz0XqG8VDnwa4ihdlNSmygdbKQSr6eDGlciOuJ8wzbx1r3WYU1GYgCW8LMNb1/drW seWLC9E5tAxRW9ylm5u8WPLeA7EhjWB88z8wWXOSKcPUlCkNqM3uZ84PI5Lk4munlwyI CMhaBfbP56XQQjE7/kEJuvARgTWcGFJ0Ud0f/Yza+SgDlPyzqamVN+/x6UUGuGpBPU7o 5Gkt/xWwChm/XpIF8MR+yktd6i+hSPTHas/o6mC9dNP4nlmakoWGCzcEoqEh5Tq9qQRp Xj1A== X-Gm-Message-State: ALoCoQmICgSXfZxg4ahifCI5SQ2o8iYrTiWno5OkHg8HMSZYrxYzMSJJxXSliVOFDeQ6eD6fXLrj X-Received: by 10.194.81.6 with SMTP id v6mr38929761wjx.39.1416235762769; Mon, 17 Nov 2014 06:49:22 -0800 (PST) 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 mw7sm15545580wib.14.2014.11.17.06.49.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 06:49:21 -0800 (PST) From: Daniel Thompson To: Russell King , Arnd Bergmann Subject: [PATCH v13 1/9] arm: cnx3xxxx: Remove spurious default for DEBUG_CNS3XXX Date: Mon, 17 Nov 2014 14:49:02 +0000 Message-Id: <1416235750-4766-2-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1416235750-4766-1-git-send-email-daniel.thompson@linaro.org> References: <1416235750-4766-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141117_064947_419698_E53B4A65 X-CRM114-Status: GOOD ( 10.96 ) X-Spam-Score: -0.7 (/) Cc: Paul Bolle , linaro-kernel@lists.linaro.org, patches@linaro.org, spear-devel@list.st.com, Daniel Thompson , linux-kernel@vger.kernel.org, Srinivas Kandagatla , John Stultz , Sumit Semwal , 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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, T_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 d8f6a2ec3d4e..c1a5fa3ec0a7 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