]> git.baikalelectronics.ru Git - uboot.git/commit
arm: Remove zmx25 board and ARCH_MX25
authorTom Rini <trini@konsulko.com>
Thu, 9 Sep 2021 11:54:50 +0000 (07:54 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 2 Oct 2021 01:08:18 +0000 (21:08 -0400)
commit197d7fc9c74f57b248f1808decc785c08feeed11
tree537e38978caf65e70176cbdb38915f07d8b6be87
parent8cd50080eda63bbaf07ae7f4eadd6fc4fa332d3c
arm: Remove zmx25 board and ARCH_MX25

This board has not been converted to CONFIG_DM by the deadline.
Remove it.  As this is the last ARCH_MX25 platform, remove those
references as well.

Cc: Matthias Weisser <weisserm@arcor.de>
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
32 files changed:
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/Makefile
arch/arm/cpu/arm926ejs/mx25/Makefile [deleted file]
arch/arm/cpu/arm926ejs/mx25/generic.c [deleted file]
arch/arm/cpu/arm926ejs/mx25/relocate.S [deleted file]
arch/arm/cpu/arm926ejs/mx25/reset.c [deleted file]
arch/arm/cpu/arm926ejs/mx25/timer.c [deleted file]
arch/arm/include/asm/arch-mx25/clock.h [deleted file]
arch/arm/include/asm/arch-mx25/gpio.h [deleted file]
arch/arm/include/asm/arch-mx25/imx-regs.h [deleted file]
arch/arm/include/asm/arch-mx25/iomux-mx25.h [deleted file]
arch/arm/include/asm/arch-mx25/macro.h [deleted file]
arch/arm/lib/asm-offsets.c
arch/arm/mach-imx/mx2/Kconfig [deleted file]
board/syteco/zmx25/Kconfig [deleted file]
board/syteco/zmx25/MAINTAINERS [deleted file]
board/syteco/zmx25/Makefile [deleted file]
board/syteco/zmx25/lowlevel_init.S [deleted file]
board/syteco/zmx25/zmx25.c [deleted file]
configs/zmx25_defconfig [deleted file]
doc/imx/common/imx25.txt [deleted file]
drivers/gpio/mxc_gpio.c
drivers/mtd/nand/raw/mxc_nand.c
drivers/mtd/nand/raw/mxc_nand.h
drivers/net/fec_mxc.c
drivers/net/fec_mxc.h
drivers/serial/Kconfig
drivers/spi/mxc_spi.c
drivers/usb/host/ehci-mxc.c
drivers/w1/Kconfig
drivers/watchdog/Kconfig
include/configs/zmx25.h [deleted file]