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

Commit 9e1c34b2 authored by Park Ju Hyung's avatar Park Ju Hyung Committed by Peter Cai
Browse files

sm8150: fix odm path and disable avb



Signed-off-by: default avatarPark Ju Hyung <qkrwngud825@gmail.com>
Change-Id: I5d97338c4a6b84cd07592ffaeebc1ae67a3283b3
parent d3f268e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -588,10 +588,10 @@
				};
				odm {
					compatible = "android,odm";
					dev = "/dev/block/platform/soc/8804000.sdhci/by-name/odm";
					dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/odm";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect,avb";
					fsmgr_flags = "wait,slotselect";
					status = "ok";
				};
			};