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";
|
||||
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";
|
||||
};
|
||||
odm {
|
||||
compatible = "android,odm";
|
||||
dev = "/dev/block/platform/13500000.dwmmc0/by-name/ODM";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro";
|
||||
fsmgr_flags = "wait,verify";
|
||||
fsmgr_flags = "wait";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user