From: Florian Fainelli Date: Thu, 4 Feb 2016 02:14:52 +0000 (-0800) Subject: MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS X-Git-Tag: v4.7~225^2~315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=904c3b4952fff6d9d7a5e26b27d4a194b8f538d4;p=platform%2Fkernel%2Flinux-amlogic.git MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS Now that SMP properly works on 7435, do not restrict the number of core, unleash them all. Signed-off-by: Florian Fainelli Cc: john@phrozen.org Cc: cernekee@gmail.com Cc: jon.fraser@broadcom.com Cc: jaedon.shin@gmail.com Cc: dragan.stancevic@gmail.com Cc: jogo@openwrt.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/12379/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/boot/dts/brcm/bcm97435svmb.dts b/arch/mips/boot/dts/brcm/bcm97435svmb.dts index 1df0881..68f486e 100644 --- a/arch/mips/boot/dts/brcm/bcm97435svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97435svmb.dts @@ -14,7 +14,7 @@ }; chosen { - bootargs = "console=ttyS0,115200 maxcpus=1"; + bootargs = "console=ttyS0,115200"; stdout-path = &uart0; }; };