arm64: dts: rockchip: rk3399: avb: fsmgr_flags = "wait" for vendor partition

Change-Id: I9ac38b3504061075fff12d37ebb586e5facded16
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
This commit is contained in:
Guochun Huang
2018-12-18 14:08:30 +08:00
committed by Tao Huang
parent ff12055f98
commit a64bd52dc4
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
dev = "/dev/block/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
};
};
};

View File

@@ -28,7 +28,7 @@
dev = "/dev/block/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
};
};
};