summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-03 09:55:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-03 09:55:54 +0100
commit601bf0fcc62854af68b35d857696be9a4a9e567d (patch)
tree39e6eb29bdd79e49b474a64558d81f6fb9d34c94 /images
parent701d565c2a1c50e84e7035048968bc81fd869c87 (diff)
parenta4d39ca0f1e0ceeab4e1f817a9c32b9c0a4f01c2 (diff)
downloadbarebox-601bf0fcc62854af68b35d857696be9a4a9e567d.tar.gz
barebox-601bf0fcc62854af68b35d857696be9a4a9e567d.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/images/Makefile b/images/Makefile
index 3e707e870f..8ec17914a3 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -89,11 +89,6 @@ suffix_$(CONFIG_IMAGE_COMPRESSION_NONE) = shipped
$(obj)/barebox.z: $(obj)/../barebox.bin FORCE
$(call if_changed,$(suffix_y))
-quiet_cmd_selfextract = COMP $@
- cmd_selfextract = cat $(obj)/start_uncompress.pblb > $@; \
- $(call size_append, $<) >> $@; \
- cat $< >> $@
-
# %.img - create a copy from another file
# ----------------------------------------------------------------
.SECONDEXPANSION: