Skip to content
Snippets Groups Projects
Commit e9e52761 authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas
Browse files

brcm2708: remove duplicated gzip from image generation


Images are now automatically gziped so remove custom image command

Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
parent d9d090e5
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ endef
define Build/sdcard-img
./gen_rpi_sdcard_img.sh $@ $@.boot $(IMAGE_ROOTFS) \
$(CONFIG_BRCM2708_SD_BOOT_PARTSIZE) $(CONFIG_TARGET_ROOTFS_PARTSIZE)
$(if $(CONFIG_TARGET_IMAGES_GZIP),gzip -9n -c $@ > $(BIN_DIR)/$(notdir $@).gz)
endef
### Devices ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment