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

Commit 2d097a73 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: Enable avb 2.0 verity for vendor partition for SDM845" into msm-4.9

parents 383f2b56 30684866
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -488,6 +488,11 @@
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
			};

			fstab {
				compatible = "android,fstab";
				vendor {
@@ -495,7 +500,7 @@
					dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect";
					fsmgr_flags = "wait,slotselect,avb";
				};
			};
		};