dts: remove dm-verity
This commit is contained in:
parent
986670c1bf
commit
12e511081d
@ -68,21 +68,21 @@
|
|||||||
dev = "/dev/block/platform/13500000.dwmmc0/by-name/SYSTEM";
|
dev = "/dev/block/platform/13500000.dwmmc0/by-name/SYSTEM";
|
||||||
type = "ext4";
|
type = "ext4";
|
||||||
mnt_flags = "ro";
|
mnt_flags = "ro";
|
||||||
fsmgr_flags = "wait,verify";
|
fsmgr_flags = "wait";
|
||||||
};
|
};
|
||||||
vendor {
|
vendor {
|
||||||
compatible = "android,vendor";
|
compatible = "android,vendor";
|
||||||
dev = "/dev/block/platform/13500000.dwmmc0/by-name/VENDOR";
|
dev = "/dev/block/platform/13500000.dwmmc0/by-name/VENDOR";
|
||||||
type = "ext4";
|
type = "ext4";
|
||||||
mnt_flags = "ro";
|
mnt_flags = "ro";
|
||||||
fsmgr_flags = "wait,verify";
|
fsmgr_flags = "wait";
|
||||||
};
|
};
|
||||||
odm {
|
odm {
|
||||||
compatible = "android,odm";
|
compatible = "android,odm";
|
||||||
dev = "/dev/block/platform/13500000.dwmmc0/by-name/ODM";
|
dev = "/dev/block/platform/13500000.dwmmc0/by-name/ODM";
|
||||||
type = "ext4";
|
type = "ext4";
|
||||||
mnt_flags = "ro";
|
mnt_flags = "ro";
|
||||||
fsmgr_flags = "wait,verify";
|
fsmgr_flags = "wait";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user