Re: [PATCH 04/17] ARM: ep93xx: remove old board files

From: Alexander Sverdlin
Date: Thu Oct 20 2022 - 13:08:21 EST


Hi Arnd!

On 19/10/2022 17:03, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> These five board files were marked as unused a while ago, and
> nobody wanted to keep them around for longer, so remove them
> now.
>
> We still have the edb93xx, visision_ep9307 and ts72xx files,
> which can hopefully be converted to device tree in the future.
>
> Cc: Lennert Buytenhek <kernel@xxxxxxxxxxxxxx>
> Cc: Hubert Feurstein <hubert.feurstein@xxxxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Acked-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>

> ---
> MAINTAINERS | 10 --
> arch/arm/boot/compressed/misc-ep93xx.h | 13 +-
> arch/arm/mach-ep93xx/Kconfig | 63 ----------
> arch/arm/mach-ep93xx/Makefile | 5 -
> arch/arm/mach-ep93xx/adssphere.c | 41 -------
> arch/arm/mach-ep93xx/gesbc9312.c | 41 -------
> arch/arm/mach-ep93xx/micro9.c | 125 -------------------
> arch/arm/mach-ep93xx/simone.c | 128 -------------------
> arch/arm/mach-ep93xx/snappercl15.c | 162 -------------------------
> 9 files changed, 1 insertion(+), 587 deletions(-)
> delete mode 100644 arch/arm/mach-ep93xx/adssphere.c
> delete mode 100644 arch/arm/mach-ep93xx/gesbc9312.c
> delete mode 100644 arch/arm/mach-ep93xx/micro9.c
> delete mode 100644 arch/arm/mach-ep93xx/simone.c
> delete mode 100644 arch/arm/mach-ep93xx/snappercl15.c

[...]