diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-01-08 21:55:13 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-10 17:51:30 +0100 |
commit | ccc042b8216752dd6c8181ec94003921b86d9a25 (patch) | |
tree | eaddc641ec139249f6c3a290d2b8a3dc7d2d18ed /src/mainboard | |
parent | 8fb72c9147d96c732c37bf87558963b38b78500d (diff) |
mb/lenovo/t400: Increase MAX_CPUS to 4
The Lenovo T400 has a CPU socket that can fit quad cores.
Change-Id: I585775ac9510cc7d2c2d731531f536c1a56b81e8
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18059
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lenovo/t400/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index 47e7688418..2078a27f5d 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -46,7 +46,7 @@ config USBDEBUG_HCD_INDEX config MAX_CPUS int - default 2 + default 4 config CBFS_SIZE hex |