From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTKoF-0001ag-Bx for barebox@lists.infradead.org; Tue, 28 Apr 2020 07:37:41 +0000 Received: from geraet.fritz.box (i53875677.versanet.de [83.135.86.119]) (Authenticated sender: ahmad@a3f.at) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 50ABEFF815 for ; Tue, 28 Apr 2020 07:37:36 +0000 (UTC) From: Ahmad Fatoum Date: Tue, 28 Apr 2020 09:37:23 +0200 Message-Id: <20200428073730.34579-4-ahmad@a3f.at> In-Reply-To: <20200428073730.34579-1-ahmad@a3f.at> References: <20200428073730.34579-1-ahmad@a3f.at> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 04/11] ARM: at91: remove undefined Kconfig symbol To: barebox@lists.infradead.org Symbol used to exist, but was replaced by DEBUG_AT91_UART_BASE in common/Kconfig. Remove last trace of it. Signed-off-by: Ahmad Fatoum --- arch/arm/mach-at91/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 77b3e9db64c8..121cca2acf11 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -142,7 +142,6 @@ config SOC_AT91RM9200 bool select CPU_ARM920T select HAS_AT91_ETHER - select HAVE_AT91_DBGU0 select HAVE_AT91_USB_CLK select PINCTRL_AT91 -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox