[source] imx6: disable EOF markers on UBI
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 31 04:57:12 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/d3730c9aca54712e64ee31c7587c3e35809e47bd
commit d3730c9aca54712e64ee31c7587c3e35809e47bd
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Aug 31 13:06:54 2016 +0200
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 at nbd.name>
---
target/linux/imx6/image/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile
index 6b66376..2cd257d 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
More information about the lede-commits
mailing list