Skip to content

Commit

Permalink
whyred: disable verity on /system and /vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
Signed-off-by: Nidhun Balaji T.R <nidhunbalaji@gmail.com>
  • Loading branch information
akhilnarang authored and nibaji committed Nov 10, 2018
1 parent 16feba6 commit 64f312c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/qcom/sdm660_whyred.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,15 @@
dev = "/dev/block/platform/soc/c0c4000.sdhci/by-name/system";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
status = "ok";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/soc/c0c4000.sdhci/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait,verify";
fsmgr_flags = "wait";
status = "ok";
};
};
Expand Down

0 comments on commit 64f312c

Please sign in to comment.