arm64: dts: rockchip: px30-android: remove system/vendor verify

Change-Id: I878e876c167e1a0292c46cff8fd1652747ff0d0a
Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
Zhou weixin
2018-05-17 16:59:28 +08:00
committed by Tao Huang
parent 2cd194ee98
commit 46c5f780b1

View File

@@ -32,14 +32,14 @@
dev = "/dev/block/by-name/system";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
};
};
};