From mboxrd@z Thu Jan 1 00:00:00 1970 From: pebolle@tiscali.nl (Paul Bolle) Date: Mon, 01 Dec 2014 12:55:19 +0100 Subject: [PATCH 3/4] ARM: at91: remove at91sam9260/at91sam9g20 legacy board support In-Reply-To: <4ea21d8c3309cde82c88eb6624cf2aaf08cb8bca.1416392687.git.nicolas.ferre@atmel.com> References: <4ea21d8c3309cde82c88eb6624cf2aaf08cb8bca.1416392687.git.nicolas.ferre@atmel.com> Message-ID: <1417434919.30245.31.camel@x220> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 2014-11-19 at 11:31 +0100, Nicolas Ferre wrote: > Second part of at91sam9260/at91sam9g20 legacy !DT removal. This is the core !DT > support removal for these two Atmel SoCs. > Use the Device Tree for running this board with newer kernels. > > Signed-off-by: Nicolas Ferre > --- There might be a problem with this patch. Or maybe it only needs some follow up cleanup. I noticed that when it landed in today's linux-next (ie, next-20141201) as commit b2026f708e09 ("ARM: at91: remove at91sam9260/at91sam9g20 legacy board support"). > arch/arm/configs/at91sam9260_9g20_defconfig | 145 --- > arch/arm/mach-at91/Kconfig.non_dt | 117 --- > arch/arm/mach-at91/Makefile | 1 - > arch/arm/mach-at91/at91sam9260.c | 397 -------- > arch/arm/mach-at91/at91sam9260_devices.c | 1364 --------------------------- > 5 files changed, 2024 deletions(-) > delete mode 100644 arch/arm/configs/at91sam9260_9g20_defconfig > delete mode 100644 arch/arm/mach-at91/at91sam9260_devices.c > >[...] > diff --git a/arch/arm/mach-at91/Kconfig.non_dt b/arch/arm/mach-at91/Kconfig.non_dt > index a9458234ab23..079772047541 100644 > --- a/arch/arm/mach-at91/Kconfig.non_dt > +++ b/arch/arm/mach-at91/Kconfig.non_dt >[...] > @@ -123,113 +113,6 @@ endif > > # ---------------------------------------------------------- > > -if ARCH_AT91SAM9260 > - > -comment "AT91SAM9260 Variants" > - > -comment "AT91SAM9260 / AT91SAM9XE Board Type" > - > -config MACH_AT91SAM9260EK > - bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit" > - select HAVE_AT91_DATAFLASH_CARD > - help > - Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit > - > - > -config MACH_CAM60 > - bool "KwikByte KB9260 (CAM60) board" > - help > - Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260. > - > - > -config MACH_SAM9_L9260 > - bool "Olimex SAM9-L9260 board" > - select HAVE_AT91_DATAFLASH_CARD > - help > - Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260. > - > - > -config MACH_AFEB9260 > - bool "Custom afeb9260 board v1" > - help > - Select this if you are using custom afeb9260 board based on > - open hardware design. Select this for revision 1 of the board. > - > - The Kconfig symbol SND_AT91_SOC_AFEB9260 (see sound/soc/atmel/Kconfig) still depends on MACH_AFEB9260. So it can't be set anymore. Is that Kconfig symbol still needed or should it be removed too? Maybe a patch that fixes that is queued somewhere already. Paul Bolle