projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b143e
)
MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS
author
Florian Fainelli
<
[email protected]
>
Thu, 4 Feb 2016 02:14:52 +0000
(18:14 -0800)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/boot/dts/brcm/bcm97435svmb.dts
b/arch/mips/boot/dts/brcm/bcm97435svmb.dts
index 1df08818352362ca5f50cda194271ac97d7ba185..68f486eba3f7051c4792ca86011e239af4ed3658 100644
(file)
--- 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;
};
};