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

Commit bf78bfab authored by Monika Singh's avatar Monika Singh Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Mount system as root for msm8917



System needs to be mounted as root with the System-As-Root feature
for non-A/B builds. And for A/B the system is mounted from fstabs.

Change-Id: Ib78211e5ba70d8ff12c4a2f74b047017efeb08be
Signed-off-by: default avatarMonika Singh <monising@codeaurora.org>
parent 32173ed1
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -62,15 +62,6 @@
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				 system {
					compatible = "android,system";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};

			};
		};
	};