diff options
author | Tim Harvey <tharvey@gateworks.com> | 2020-05-28 06:57:05 -0700 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-06-03 16:49:28 +0200 |
commit | 0562037c3b7b99e58149267068bdaa6c4c83a64a (patch) | |
tree | b60f36223adbdb4f5a0ac521ce9e89662164eb6a /target | |
parent | 3b1e99d23e24b20e7b3d5f1801556a385c3d35a0 (diff) | |
download | upstream-0562037c3b7b99e58149267068bdaa6c4c83a64a.tar.gz upstream-0562037c3b7b99e58149267068bdaa6c4c83a64a.tar.bz2 upstream-0562037c3b7b99e58149267068bdaa6c4c83a64a.zip |
imx6: image: increase max ubifs file-system size
The latest 2GiB NAND flash parts used by Gateworks ventana are 2K page-size.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 232dc4225f..2c9d03c039 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 . |