arm: Remove spear600 boards and the rest of SPEAr support
authorTom Rini <trini@konsulko.com>
Sat, 22 May 2021 12:47:14 +0000 (08:47 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 8 Jul 2021 02:22:42 +0000 (22:22 -0400)
commit570c3dcfc153e0f18bd897630236da6605dcbe7e
treeed107cfe6a18ec50aadb7cec478be61a60dba9f8
parentd7221d0d660755fd395734afa4cce2948e5e5fa8
arm: Remove spear600 boards and the rest of SPEAr support

These boards have not been converted to CONFIG_DM_USB by the deadline
and is also missing conversion to CONFIG_DM.  Remove them.  As this is
the last of the SPEAr platforms, so remove the rest of the remaining
support as well.

Cc: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
51 files changed:
Makefile
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/spear/Makefile [deleted file]
arch/arm/cpu/arm926ejs/spear/cpu.c [deleted file]
arch/arm/cpu/arm926ejs/spear/reset.c [deleted file]
arch/arm/cpu/arm926ejs/spear/spear600.c [deleted file]
arch/arm/cpu/arm926ejs/spear/spl.c [deleted file]
arch/arm/cpu/arm926ejs/spear/spr600_mt47h128m8_3_266_cl5_async.c [deleted file]
arch/arm/cpu/arm926ejs/spear/spr600_mt47h32m16_333_cl5_psync.c [deleted file]
arch/arm/cpu/arm926ejs/spear/spr600_mt47h32m16_37e_166_cl4_sync.c [deleted file]
arch/arm/cpu/arm926ejs/spear/spr600_mt47h64m16_3_333_cl5_psync.c [deleted file]
arch/arm/cpu/arm926ejs/spear/spr_lowlevel_init.S [deleted file]
arch/arm/cpu/arm926ejs/spear/spr_misc.c [deleted file]
arch/arm/cpu/arm926ejs/spear/start.S [deleted file]
arch/arm/cpu/arm926ejs/spear/timer.c [deleted file]
arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds [deleted file]
arch/arm/include/asm/arch-spear/clk.h [deleted file]
arch/arm/include/asm/arch-spear/gpio.h [deleted file]
arch/arm/include/asm/arch-spear/hardware.h [deleted file]
arch/arm/include/asm/arch-spear/spr_defs.h [deleted file]
arch/arm/include/asm/arch-spear/spr_emi.h [deleted file]
arch/arm/include/asm/arch-spear/spr_gpt.h [deleted file]
arch/arm/include/asm/arch-spear/spr_misc.h [deleted file]
arch/arm/include/asm/arch-spear/spr_ssp.h [deleted file]
arch/arm/include/asm/arch-spear/spr_syscntl.h [deleted file]
board/spear/spear600/Kconfig [deleted file]
board/spear/spear600/MAINTAINERS [deleted file]
board/spear/spear600/Makefile [deleted file]
board/spear/spear600/spear600.c [deleted file]
board/spear/x600/Kconfig [deleted file]
board/spear/x600/MAINTAINERS [deleted file]
board/spear/x600/Makefile [deleted file]
board/spear/x600/fpga.c [deleted file]
board/spear/x600/fpga.h [deleted file]
board/spear/x600/x600.c [deleted file]
configs/spear600_defconfig [deleted file]
configs/spear600_nand_defconfig [deleted file]
configs/spear600_usbtty_defconfig [deleted file]
configs/spear600_usbtty_nand_defconfig [deleted file]
configs/x600_defconfig [deleted file]
doc/README.spear [deleted file]
drivers/gpio/Makefile
drivers/gpio/spear_gpio.c [deleted file]
drivers/i2c/Kconfig
drivers/i2c/designware_i2c.c
drivers/mtd/nand/raw/fsmc_nand.c
drivers/usb/host/Makefile
drivers/usb/host/ehci-spear.c [deleted file]
include/configs/spear-common.h [deleted file]
include/configs/spear6xx_evb.h [deleted file]
include/configs/x600.h [deleted file]