9
0
Fork 0

images: remove unused command

cmd_selfextract is unused. Remove it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-01-28 11:12:13 +01:00
parent ae39ba29c6
commit f9b266ec40
1 changed files with 0 additions and 5 deletions

View File

@ -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: