Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21de6d2f authored by Pranshu Gupta's avatar Pranshu Gupta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable verity for system and vendor partition on MSM8909



This feature will help to push content in vendor and system partition
at run time after execute disable-verity and reboot command.

Change-Id: I65b297584e431f7888ae881bc2b3729e548818ba
Signed-off-by: default avatarPranshu Gupta <pransh@codeaurora.org>
parent ee7aa3c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				system {
@@ -125,7 +125,7 @@
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
			};