ARM: NETX: remove architecture
NETX support has been removed from the Kernel, so there's no point in
supporting it in barebox any longer. Remove the architecture.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 4f7670c commit 687dbeca2cc33dcd296c4b8aa3f2c59703f16ee3
@Sascha Hauer Sascha Hauer authored on 11 Sep 2019
Showing 19 changed files
View
arch/arm/Kconfig
View
arch/arm/Makefile
View
arch/arm/boards/Makefile
View
arch/arm/boards/netx/Makefile 100644 → 0
View
arch/arm/boards/netx/netx.c 100644 → 0
View
arch/arm/boards/netx/platform.S 100644 → 0
View
arch/arm/configs/netx_nxdb500_defconfig 100644 → 0
View
arch/arm/mach-netx/Kconfig 100644 → 0
View
arch/arm/mach-netx/Makefile 100644 → 0
View
arch/arm/mach-netx/clocksource.c 100644 → 0
View
arch/arm/mach-netx/eth_firmware.h 100644 → 0
View
arch/arm/mach-netx/generic.c 100644 → 0
View
arch/arm/mach-netx/include/mach/netx-cm.h 100644 → 0
View
arch/arm/mach-netx/include/mach/netx-eth.h 100644 → 0
View
arch/arm/mach-netx/include/mach/netx-regs.h 100644 → 0
View
arch/arm/mach-netx/include/mach/netx-xc.h 100644 → 0
View
arch/arm/mach-netx/interrupts.c 100644 → 0
View
arch/arm/mach-netx/lowlevel_init.S 100644 → 0
View
arch/arm/mach-netx/netx-cm.c 100644 → 0