mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: mb/lenovo/t400: Increase MAX_CPUS to 4
The Lenovo T400 has a CPU socket that can fit quad cores.
BUG=none
BRANCH=none
TEST=none
Change-Id: I4a6d7ef1e07175b9f776c63e7323347a00ac2485
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: ccc042b821
Original-Change-Id: I585775ac9510cc7d2c2d731531f536c1a56b81e8
Original-Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-on: https://review.coreboot.org/18059
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://chromium-review.googlesource.com/427475
This commit is contained in:
parent
8dd89d76d0
commit
c86f471f0b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ config USBDEBUG_HCD_INDEX
|
|||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 2
|
||||
default 4
|
||||
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
|
|
Loading…
Add table
Reference in a new issue