summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 14:57:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-01 11:17:09 +0100
commit79185d7042e222e97aa33a41b9d3dedb38db7a9a (patch)
treeb8901b0473c955689d3e6b42f01d20dece02a294 /scripts
parent0a7cbe927546a45020a01c93e1f586dd5648b56d (diff)
downloadbarebox-79185d7042e222e97aa33a41b9d3dedb38db7a9a.tar.gz
ARM: remove samsung arch
arch/arm/mach-samsung/ hasn't seen any active maintenance or interest for a long time. Remove the architecture, boards and defconfig files Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.barebox.org/20230228135727.1602351-2-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/.gitignore1
-rw-r--r--scripts/Kconfig7
-rw-r--r--scripts/Makefile1
3 files changed, 0 insertions, 9 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore
index f78793eab7..3ca742ac6e 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -14,7 +14,6 @@ kwboot-target
gen_netx_image
omap_signGP
mk-omap-image
-s5p_cksum
mkublheader
zynq_mkimage
socfpga_mkimage
diff --git a/scripts/Kconfig b/scripts/Kconfig
index 25d57e4b2a..dcd5f32d1d 100644
--- a/scripts/Kconfig
+++ b/scripts/Kconfig
@@ -63,13 +63,6 @@ config OMAP_IMAGE
help
This enables building the image creation tools for TI OMAP SoCs
-config S5P_IMAGE
- bool "S5P image tool" if COMPILE_HOST_TOOLS
- depends on ARCH_S5PCxx || COMPILE_HOST_TOOLS
- default y if ARCH_S5PCxx
- help
- This enables building the image creation tool for S5P SoCs
-
config DAVINCI_IMAGE
bool "Davinci image tool" if COMPILE_HOST_TOOLS
depends on ARCH_DAVINCI || COMPILE_HOST_TOOLS
diff --git a/scripts/Makefile b/scripts/Makefile
index 39d71d4e99..ac88ebb240 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -19,7 +19,6 @@ hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms
hostprogs-always-$(CONFIG_MIPS) += mips-relocs
hostprogs-always-$(CONFIG_MVEBU_HOSTTOOLS) += kwbimage kwboot mvebuimg
hostprogs-always-$(CONFIG_OMAP_IMAGE) += omap_signGP mk-omap-image
-hostprogs-always-$(CONFIG_S5P_IMAGE) += s5p_cksum
hostprogs-always-$(CONFIG_DAVINCI_IMAGE) += mkublheader
HOSTCFLAGS_zynq_mkimage.o = -I$(srctree) -I$(srctree)/arch/arm/mach-zynq/include
hostprogs-always-$(CONFIG_ZYNQ_MKIMAGE) += zynq_mkimage