From c808a4a7efd0342cb565958dcd43bdd75d432ded Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 12 Oct 2013 21:44:48 +0000 Subject: ubifs: enable building modular images Now it is possible to build ubi/ubifs images for only selected boards inside single target. Signed-off-by: Luka Perkov SVN-Revision: 38375 --- target/linux/xburst/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/xburst') diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile index 9c03b38092..0de5560c96 100644 --- a/target/linux/xburst/image/Makefile +++ b/target/linux/xburst/image/Makefile @@ -10,11 +10,11 @@ include $(INCLUDE_DIR)/image.mk JFFS2_BLOCKSIZE=256k 512k ifneq ($(CONFIG_TARGET_xburst_qi_lb60),) +UBI_OPTS = -m 4096 -p 512KiB UBIFS_OPTS = -m 4096 -e 516096 -c 4095 -UBINIZE_OPTS = -m 4096 -p 512KiB else +UBI_OPTS = -m 2048 -p 128KiB -s 512 UBIFS_OPTS = -m 2048 -e 126KiB -c 4096 -UBINIZE_OPTS = -m 2048 -p 128KiB -s 512 endif UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage.bin -- cgit v1.2.3