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

Commit eb13b989 authored by Monika Singh's avatar Monika Singh
Browse files

ARM: dts: Mount system as root for msm8909



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: Icdb62273726bf5b435844e4a540ae4a3ff4cc83b
Signed-off-by: default avatarMonika Singh <monising@codeaurora.org>
parent 0ffaa215
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -120,14 +120,6 @@
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				system_fstab: 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";
				};
			};
		};
	};