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

Commit 4e7e6120 authored by Vaibhav Agrawal's avatar Vaibhav Agrawal
Browse files

ARM: dts: msm: Enable vbmeta for holi

Enable vbmeta to enable verity on vendor and
other partitions.

Change-Id: I910c6a5febcb6f186cc3f79e5f2d626e49e6647a
parent a453e1f0
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -387,6 +387,11 @@

		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
			};

			fstab {
				compatible = "android,fstab";
				vendor {
@@ -394,7 +399,7 @@
					dev = "/dev/block/platform/soc/4744000.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect";
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};
			};