diff mbox series

[OpenWrt-Devel] imx6: image: increase max ubifs file-system size

Message ID 1590674225-5014-1-git-send-email-tharvey@gateworks.com
State Accepted
Delegated to: Petr Štetiar
Headers show
Series [OpenWrt-Devel] imx6: image: increase max ubifs file-system size | expand

Commit Message

Tim Harvey May 28, 2020, 1:57 p.m. UTC
The latest 2GiB NAND flash parts used by Gateworks ventana are 2K page-size.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 target/linux/imx6/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile
index 232dc42..2c9d03c 100644
--- a/target/linux/imx6/image/Makefile
+++ b/target/linux/imx6/image/Makefile
@@ -35,7 +35,7 @@  define Build/boot-overlay
 
 	$(STAGING_DIR_HOST)/bin/mkfs.ubifs \
 		--space-fixup --compr=zlib --squash-uids \
-		$(MKUBIFS_OPTS) -c 8124 \
+		$(MKUBIFS_OPTS) -c 16248 \
 		-o $@.boot.ubifs -d $@.boot
 
 	$(TAR) -C $@.boot -cf $@.boot.tar .