From patchwork Mon Dec 22 16:57:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 5528491 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 53761BEEA8 for ; Mon, 22 Dec 2014 17:00:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 886182015A for ; Mon, 22 Dec 2014 17:00:48 +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 B70C4200D4 for ; Mon, 22 Dec 2014 17:00:47 +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 1Y36JN-0000V4-U5; Mon, 22 Dec 2014 16:58:25 +0000 Received: from mail-wi0-f177.google.com ([209.85.212.177]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y36J4-0000KD-KB for linux-arm-kernel@lists.infradead.org; Mon, 22 Dec 2014 16:58:07 +0000 Received: by mail-wi0-f177.google.com with SMTP id l15so8555271wiw.4 for ; Mon, 22 Dec 2014 08:57:44 -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=iKK0kUMidUosgYphJg69vSaYSehG7bld9n3c8bts768=; b=LPx9jdjGxCQYgov1D9h4qWgGb/GgmOrA6WsiKwFpsjrogMFqB9yxEJCVVtgwvaMgwR YjbaIswb2qvMvXNJsqBp3mZV6Cc2sUDqG10imhJqkOf9bf23e031XY17RRBSy2fibFDj /uu3iIVr8NtQH3ELTyVGzbXCGP5cg10Q0mKa7ybiKIE13JtVK0dNEVSmavci1RCru/dj bG0jy/oKYTWJRt5B/4MQLTlGm0+GfUTaQWWNsoNuHLRm4E6AOyXAXdvSBuE5AXb58Cwx eZjZ4789oqWu3shm24TDUQDYxq0uyhdZ2Uo0RRgV08ZXjZZ/U0ojIaZA3+CRnOl+n+hO nN1A== X-Gm-Message-State: ALoCoQk6CdGSxinrs0jNqtdE3tyznmBf6/j0SZ+1gSK+tmr6OtMnrvJjzNAXxZ5Xdj7TNzL7xRsk X-Received: by 10.194.84.179 with SMTP id a19mr9232153wjz.96.1419267464413; Mon, 22 Dec 2014 08:57:44 -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 j2sm24372608wjs.28.2014.12.22.08.57.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Dec 2014 08:57:43 -0800 (PST) From: Daniel Thompson To: Russell King , Arnd Bergmann Subject: [PATCH 3.19-rc1 v14 1/8] arm: cnx3xxxx: Remove spurious default for DEBUG_CNS3XXX Date: Mon, 22 Dec 2014 16:57:18 +0000 Message-Id: <1419267445-8330-2-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1419267445-8330-1-git-send-email-daniel.thompson@linaro.org> References: <1419267445-8330-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141222_085806_857289_EBD7DD73 X-CRM114-Status: GOOD ( 10.47 ) 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=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 5ddd4906f7a7..c5648cc1466d 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -1269,7 +1269,6 @@ config DEBUG_UART_PHYS DEBUG_S3C2410_UART2) default 0x78000000 if DEBUG_CNS3XXX default 0x7c0003f8 if FOOTBRIDGE - default 0x78000000 if DEBUG_CNS3XXX default 0x80010000 if DEBUG_ASM9260_UART default 0x80070000 if DEBUG_IMX23_UART default 0x80074000 if DEBUG_IMX28_UART