]> git.baikalelectronics.ru Git - uboot.git/commit
arm: Remove unused ep93xx code
authorTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 17:46:53 +0000 (13:46 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 8 Apr 2022 14:46:22 +0000 (10:46 -0400)
commitb909d3b0439434d5d3a22b7d9eb88c0a549cb621
tree0e64d4838989cff35a0cc14dbfbcb6a5a37667c3
parent6235e65a901aaa2bac8a9e0bf75492919884a461
arm: Remove unused ep93xx code

There are no platforms for this architecture anymore, remove unused
code.

Signed-off-by: Tom Rini <trini@konsulko.com>
13 files changed:
arch/arm/cpu/arm920t/Makefile
arch/arm/cpu/arm920t/ep93xx/Makefile [deleted file]
arch/arm/cpu/arm920t/ep93xx/cpu.c [deleted file]
arch/arm/cpu/arm920t/ep93xx/led.c [deleted file]
arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S [deleted file]
arch/arm/cpu/arm920t/ep93xx/speed.c [deleted file]
arch/arm/cpu/arm920t/ep93xx/timer.c [deleted file]
arch/arm/include/asm/arch-ep93xx/ep93xx.h [deleted file]
drivers/net/Makefile
drivers/net/ep93xx_eth.c [deleted file]
drivers/net/ep93xx_eth.h [deleted file]
drivers/usb/host/Makefile
drivers/usb/host/ohci-ep93xx.c [deleted file]