summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-09-11 09:42:36 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-23 08:49:08 +0200
commit687dbeca2cc33dcd296c4b8aa3f2c59703f16ee3 (patch)
tree3b1e977eed9ba207bd1ecde5dc34b58db3555240 /arch/arm/Makefile
parent4f7670c236b97c1d71c6355835c1a22863dbef3f (diff)
downloadbarebox-687dbeca2cc33dcd296c4b8aa3f2c59703f16ee3.tar.gz
barebox-687dbeca2cc33dcd296c4b8aa3f2c59703f16ee3.tar.xz
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>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 5cb46f6613..cbf3d310db 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -92,7 +92,6 @@ machine-$(CONFIG_ARCH_LAYERSCAPE) := layerscape
machine-$(CONFIG_ARCH_MXS) := mxs
machine-$(CONFIG_ARCH_MVEBU) := mvebu
machine-$(CONFIG_ARCH_NOMADIK) := nomadik
-machine-$(CONFIG_ARCH_NETX) := netx
machine-$(CONFIG_ARCH_OMAP) := omap
machine-$(CONFIG_ARCH_PXA) := pxa
machine-$(CONFIG_ARCH_ROCKCHIP) := rockchip
@@ -154,18 +153,6 @@ else
KBUILD_BINARY := barebox.bin
endif
-barebox.netx: $(KBUILD_BINARY)
- $(Q)scripts/gen_netx_image -i $< -o barebox.netx \
- --sdramctrl=$(CONFIG_NETX_SDRAM_CTRL) \
- --sdramtimctrl=$(CONFIG_NETX_SDRAM_TIMING_CTRL) \
- --memctrl=$(CONFIG_NETX_MEM_CTRL) \
- --entrypoint=$(CONFIG_TEXT_BASE) \
- --cookie=$(CONFIG_NETX_COOKIE);
-
-ifeq ($(machine-y),netx)
-KBUILD_IMAGE := barebox.netx
-endif
-
barebox.s5p: $(KBUILD_BINARY)
$(Q)scripts/s5p_cksum $< barebox.s5p