dts: a7y18lte: remove dmverity
Signed-off-by: BlackMesa123 <brother12@hotmail.it>
This commit is contained in:
parent
3e83985bee
commit
9117675908
|
@ -71,21 +71,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