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

Commit bfc57a82 authored by Arthur Shuai's avatar Arthur Shuai Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add odm partition for sm8150



Add odm partition and enable verified boot.
Update partition and fsmgr_flags.

Change-Id: Ie0e69b13b35a624aa45791ccc77de52c67c2ba85
Signed-off-by: default avatarArthur Shuai <shuaiq@codeaurora.org>
parent f7a71901
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
				parts = "vbmeta,boot,system,vendor,dtbo,odm";
			};
			fstab {
				compatible = "android,fstab";
@@ -591,7 +591,7 @@
					dev = "/dev/block/platform/soc/8804000.sdhci/by-name/odm";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect";
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};
			};