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)
commit2fc0995cc05cc55bee79f387d1e83571539b0b3e
tree0e64d4838989cff35a0cc14dbfbcb6a5a37667c3
parent9035caf080cc595f2fef3a9ea9c659487122210e
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]