diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-31 13:06:54 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-31 13:57:05 +0200 |
commit | d3730c9aca54712e64ee31c7587c3e35809e47bd (patch) | |
tree | a57221a3d836dd467c0c8af0a6ab7bc65f3b2a62 /target/linux/imx6/image | |
parent | a84a74f618b0d3eadea622a45f62c9401c4f82ba (diff) | |
download | upstream-d3730c9aca54712e64ee31c7587c3e35809e47bd.tar.gz upstream-d3730c9aca54712e64ee31c7587c3e35809e47bd.tar.bz2 upstream-d3730c9aca54712e64ee31c7587c3e35809e47bd.zip |
imx6: disable EOF markers on UBI
The boot loader does not recognize them and might mess up the volume
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/imx6/image')
-rw-r--r-- | target/linux/imx6/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 6b66376d41..2cd257d0a4 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -93,6 +93,7 @@ define Device/ventana kobs-ng KERNEL += | boot-overlay IMAGES := nand.ubi bootfs.tar.gz + UBINIZE_OPTS := UBINIZE_PARTS = boot=$$(KDIR_KERNEL_IMAGE).boot.ubifs=15 IMAGE/nand.ubi := append-ubi IMAGE/bootfs.tar.gz := bootfs.tar.gz | install-dtb |