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

Commit 2b615550 authored by jiangjia's avatar jiangjia Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable avb for Spyro



Spyro is for go devices, enable avb will degrade the performance,
including boot time, memory, and latency.

Change-Id: I0eeb5a86ac3f1a6fa3393fe7ae9e6ef21bab61af
Signed-off-by: default avatarJiangjiang Shen <jiangjia@codeaurora.org>
parent 07b2428d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@
		"/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
				type = "ext4";
				mnt_flags = "ro,barrier=1,discard";
				fsmgr_flags = "wait,avb";
				fsmgr_flags = "wait";
				status = "ok";
			};
			system {
@@ -161,7 +161,7 @@
		"/dev/block/platform/soc/7824900.sdhci/by-name/system";
				type = "ext4";
				mnt_flags = "ro,barrier=1,discard";
				fsmgr_flags = "wait,avb";
				fsmgr_flags = "wait";
				status = "ok";
			};
		};