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

Commit 64f7a316 authored by Anthony Mah's avatar Anthony Mah
Browse files

ARM: dts: msm: Early init changes for vendor image on msm8996



For use with A/B partition feature, remove early mount of system
image.  Change fs mgr flags from verify to slotselect.
System image is to be mounted in the lk when enabling A/B.

Change-Id: I4fc2ac5f5bd22dea2fd6ff832cd31d1f3697b4d4
Signed-off-by: default avatarAnthony Mah <amah@codeaurora.org>
parent b86ba379
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -186,15 +186,7 @@
					dev = "/dev/block/platform/soc/7464900.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,verify";
					status = "ok";
				 };
				 system {
					compatible = "android,system";
					dev = "/dev/block/platform/soc/7464900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,verify";
					fsmgr_flags = "wait,slotselect";
					status = "ok";
				 };
			};