dts: jackpotlte_jpn: remove dmverity

Signed-off-by: BlackMesa123 <brother12@hotmail.it>
This commit is contained in:
BlackMesa123 2018-09-06 20:24:53 +02:00
parent 21f2e83642
commit 376b27bf07

View File

@ -62,14 +62,14 @@
dev = "/dev/block/platform/13500000.dwmmc0/by-name/SYSTEM";
type = "ext4";
mnt_flags = "ro";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/13500000.dwmmc0/by-name/VENDOR";
type = "ext4";
mnt_flags = "ro";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
};
};
};