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

Commit 6f333b3b authored by Maria Yu's avatar Maria Yu
Browse files

ARM: dts: msm: Disable kpti for msm8953 and msm8937



Disable kpti via bootargs for msm8953 and msm8937
platforms which share same defconfig files.

Change-Id: I338759e2deba1460e3e47c23b98d43c93a255233
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent ccf21f85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
	interrupt-parent = <&wakegic>;

	chosen {
		bootargs = "sched_enable_hmp=1";
		bootargs = "sched_enable_hmp=1 kpti=0";
	};

	firmware: firmware {
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
	qcom,msm-name = "MSM8953";
	interrupt-parent = <&wakegic>;

	chosen {
		bootargs = "kpti=0";
	};

	firmware: firmware {
		android {
			compatible = "android,firmware";