From 5cb7097ec3ef1daa0123ba23474c463048a982bc Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Fri, 28 Jul 2023 12:57:36 -0700 Subject: [PATCH] ARM: dts: msm: sun: Remove maxcpus from cmdline Remove maxcpus from command line to boot all cores. Change-Id: Ifaf03a66e36d7a0fc1236f22f8126a14513bbdf9 Signed-off-by: Melody Olvera --- qcom/sun.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index ad6f6c0d..377545d8 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -28,7 +28,7 @@ chosen: chosen { - bootargs = "maxcpus=6 nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7"; + bootargs = "nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7"; stdout-path = "/soc/qcom,qupv3_1_geni_se@ac0000/qcom,qup_uart@a9c000:115200n8"; };