diff options
author | Yutang Jiang <yutang.jiang@nxp.com> | 2016-11-09 23:51:48 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-16 10:54:33 +0100 |
commit | 10889d3ebe3de13c5e36c53a1fa2d6c298143163 (patch) | |
tree | d15d1f5078870ed45fefc121b032ce58e8fe8dd7 /target/linux/layerscape | |
parent | d5e84ca30fdda35b88a08ac357c63c8087be4620 (diff) | |
download | upstream-10889d3ebe3de13c5e36c53a1fa2d6c298143163.tar.gz upstream-10889d3ebe3de13c5e36c53a1fa2d6c298143163.tar.bz2 upstream-10889d3ebe3de13c5e36c53a1fa2d6c298143163.zip |
layerscape: ls1043ardb: add pad-rootfs to reduce the size of firmware.bin
Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/image/Makefile b/target/linux/layerscape/image/Makefile index 7d80398d76..6005e91cc4 100644 --- a/target/linux/layerscape/image/Makefile +++ b/target/linux/layerscape/image/Makefile @@ -58,7 +58,7 @@ ifeq ($(SUBTARGET),32b) endif IMAGE/firmware.bin = append-ls-rcw $(1) | pad-to 1M | append-ls-uboot $(1) | pad-to 3M | \ append-ls-fman $(1) | pad-to 4M | append-ls-dtb $$(DEVICE_DTS) | pad-to 5M | \ - append-kernel | pad-to 10M | append-rootfs | pad-to 64M | check-size 67108865 + append-kernel | pad-to 10M | append-rootfs | pad-rootfs | check-size 67108865 endef TARGET_DEVICES += ls1043ardb |