diff options
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/layerscape/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/layerscape/image/Makefile b/target/linux/layerscape/image/Makefile index 6005e91cc4..bb94ff863f 100644 --- a/target/linux/layerscape/image/Makefile +++ b/target/linux/layerscape/image/Makefile @@ -73,10 +73,6 @@ ifeq ($(SUBTARGET),32b) endif IMAGE/firmware.bin = append-ls-rcw $(1) | pad-to 1M | append-ls-uboot $(1) | pad-to 3M | \ append-ls-dtb $$(DEVICE_DTS) | pad-to 4M | append-kernel | pad-to 9M | \ - append-rootfs | pad-to 32M | check-size 33554433 - IMAGES += firmware.ext4.bin - IMAGE/firmware.ext4.bin = append-ls-rcw $(1) | pad-to 1M | append-ls-uboot $(1) | pad-to 3M | \ - append-ls-dtb $$(DEVICE_DTS) | pad-to 4M | append-kernel | pad-to 9M | \ append-ls-rootfs-ext4 $(1) 23M | check-size 33554433 endef TARGET_DEVICES += ls1012ardb |