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

Commit c9c26103 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable vbmeta for holi"

parents 2a15a60c 4e7e6120
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";
				};
			};