summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-01-28 11:12:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-29 10:32:39 +0100
commitf9b266ec4003f756b1622c9d016c6d6b8635f75c (patch)
treeeca9c15471516b57b73f30fe48b26635f51e1574 /images
parentae39ba29c6eee410c25eef57ab758365ada972cc (diff)
downloadbarebox-f9b266ec4003f756b1622c9d016c6d6b8635f75c.tar.gz
barebox-f9b266ec4003f756b1622c9d016c6d6b8635f75c.tar.xz
images: remove unused command
cmd_selfextract is unused. Remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 4ff06025b1..cfe30926c7 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -88,11 +88,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: