MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS
authorFlorian Fainelli <[email protected]>
Thu, 4 Feb 2016 02:14:52 +0000 (18:14 -0800)
committerRalf Baechle <[email protected]>
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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/12379/
Signed-off-by: Ralf Baechle <[email protected]>
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;
        };
 };