From 9e7b1667046201b2d52108d6c8769bebd4f6736c Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Mon, 23 Oct 2017 19:03:00 +0800 Subject: layerscape: enlarge ext4 rootfs size to 30MB This patch is to enlarge ext4 rootfs size to 30MB. Signed-off-by: Yangbo Lu --- target/linux/layerscape/image/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/layerscape/image/Makefile') diff --git a/target/linux/layerscape/image/Makefile b/target/linux/layerscape/image/Makefile index d1449aa105..26c57678f1 100644 --- a/target/linux/layerscape/image/Makefile +++ b/target/linux/layerscape/image/Makefile @@ -95,7 +95,7 @@ define Device/ls1046ardb append-ls-fman $(1) | pad-to 15M | \ append-ls-dtb $$(DEVICE_DTS) | pad-to 16M | \ append-kernel | pad-to 32M | \ - append-ls-rootfs-ext4 $(1) 22M | check-size 67108865 + append-ls-rootfs-ext4 $(1) 30M | check-size 67108865 endef TARGET_DEVICES += ls1046ardb @@ -110,7 +110,7 @@ define Device/ls1012ardb append-ls-ppfe | pad-to 15M | \ append-ls-dtb $$(DEVICE_DTS) | pad-to 16M | \ append-kernel | pad-to 32M | \ - append-ls-rootfs-ext4 $(1) 23M | check-size 67108865 + append-ls-rootfs-ext4 $(1) 30M | check-size 67108865 endef TARGET_DEVICES += ls1012ardb @@ -129,7 +129,7 @@ define Device/ls1088ardb append-ls-dpc $(1) | pad-to 15M | \ append-ls-dtb $$(DEVICE_DTS) | pad-to 16M | \ append-kernel | pad-to 32M | \ - append-ls-rootfs-ext4 $(1) 17M | check-size 67108865 + append-ls-rootfs-ext4 $(1) 30M | check-size 67108865 endef TARGET_DEVICES += ls1088ardb -- cgit v1.2.3