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

Commit ae32fd2a authored by Pranshu Gupta's avatar Pranshu Gupta
Browse files

ARM: dts: msm: add discard flag on system mount



Discard flag helps to resolve adb reboot problem.
Sometime after adb reboot device enter into fastboot
mode because system is not mount.

Change-Id: I53c153a3d93c4cba6b54570ba9725789eca28964
Signed-off-by: default avatarPranshu Gupta <pransh@codeaurora.org>
parent a74a42c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@
					compatible = "android,system";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait";
					status = "ok";
				};