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

Commit 6618051a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Mount system and vendor for SDM450"

parents 5ebb8d9a 5ce35af7
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -33,6 +33,11 @@
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo,recovery";
			};

			fstab {
				compatible = "android,fstab";
				vendor {
@@ -40,7 +45,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,avb";
					status = "ok";
				};
				system {
@@ -48,7 +53,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,avb";
					status = "ok";
				};