]> git.baikalelectronics.ru Git - uboot.git/commit
arm: Remove flea3 board
authorTom Rini <trini@konsulko.com>
Tue, 14 Sep 2021 13:09:31 +0000 (09:09 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Oct 2021 16:08:19 +0000 (12:08 -0400)
commit09666036532dc1cec4750fe2f1094d88a66a1ce6
tree45e638fd4dbabfbdde88eea296f3df370d56b10d
parent0a423dd957012afba6b3879a68867b918d091dea
arm: Remove flea3 board

This board has not been converted to CONFIG_DM by the deadline.
Remove it.  As this is the last mx35 platform, remove that support as
well.

Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stefano Babic <sbabic@denx.de>
29 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/arm1136/Makefile
arch/arm/cpu/arm1136/mx35/Makefile [deleted file]
arch/arm/cpu/arm1136/mx35/generic.c [deleted file]
arch/arm/cpu/arm1136/mx35/mx35_sdram.c [deleted file]
arch/arm/cpu/arm1136/mx35/relocate.S [deleted file]
arch/arm/cpu/arm1136/mx35/timer.c [deleted file]
arch/arm/include/asm/arch-mx35/clock.h [deleted file]
arch/arm/include/asm/arch-mx35/crm_regs.h [deleted file]
arch/arm/include/asm/arch-mx35/gpio.h [deleted file]
arch/arm/include/asm/arch-mx35/imx-regs.h [deleted file]
arch/arm/include/asm/arch-mx35/iomux-mx35.h [deleted file]
arch/arm/include/asm/arch-mx35/lowlevel_macro.S [deleted file]
arch/arm/include/asm/arch-mx35/mmc_host_def.h [deleted file]
arch/arm/include/asm/arch-mx35/sys_proto.h [deleted file]
arch/arm/lib/asm-offsets.c
board/CarMediaLab/flea3/Kconfig [deleted file]
board/CarMediaLab/flea3/MAINTAINERS [deleted file]
board/CarMediaLab/flea3/Makefile [deleted file]
board/CarMediaLab/flea3/flea3.c [deleted file]
board/CarMediaLab/flea3/lowlevel_init.S [deleted file]
configs/flea3_defconfig [deleted file]
drivers/mtd/nand/raw/mxc_nand.c
drivers/mtd/nand/raw/mxc_nand.h
drivers/serial/Kconfig
drivers/spi/mxc_spi.c
drivers/usb/host/ehci-mxc.c
include/configs/flea3.h [deleted file]