]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 4 Feb 2016 02:14:52 +0000 (18:14 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 9 May 2016 10:00:01 +0000 (12:00 +0200)
Now that SMP properly works on 7435, do not restrict the number of core,
unleash them all.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
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 <ralf@linux-mips.org>
arch/mips/boot/dts/brcm/bcm97435svmb.dts

index 1df08818352362ca5f50cda194271ac97d7ba185..68f486eba3f7051c4792ca86011e239af4ed3658 100644 (file)
@@ -14,7 +14,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,115200 maxcpus=1";
+               bootargs = "console=ttyS0,115200";
                stdout-path = &uart0;
        };
 };