summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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