Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 904c3b49 authored by Florian Fainelli's avatar Florian Fainelli Committed by Ralf Baechle
Browse files

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: default avatarFlorian 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent a5b143ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	};

	chosen {
		bootargs = "console=ttyS0,115200 maxcpus=1";
		bootargs = "console=ttyS0,115200";
		stdout-path = &uart0;
	};
};