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

Commit 961bc690 authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Mount system partition during early init



Add support to early mount system partition so that system modules
can be loaded during early init for msm8909.

Change-Id: Id2b612a7be9ecc11c6e0612e7799d68553f1aad8
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 28c1f5d2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -120,6 +120,14 @@
					fsmgr_flags = "wait";
					status = "ok";
				};
				system {
					compatible = "android,system";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1";
					fsmgr_flags = "wait";
					status = "ok";
				};
			};
		};
	};