diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-10-29 11:52:18 +0100 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-01-06 19:34:04 +0000 |
commit | b9e77f6d6b02d5a9dcb7f83489333c940d8352fd (patch) | |
tree | b6efb0904c00d2592fd70c88625b1fffc9eccd96 /src/mainboard/intel | |
parent | 6df0c67c090d8f4243af5cb827b4567f5e2df99e (diff) |
mb/intel/wtm2/Kconfig: Limit MAX_CPUS to 8
Haswell and Broadwell have at most 8 threads.
Change-Id: Idcccf22addb6e15d7c55b9816141af47d6186cca
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46952
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/wtm2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/wtm2/Kconfig b/src/mainboard/intel/wtm2/Kconfig index 2f6b21e9ce..6ca99495e0 100644 --- a/src/mainboard/intel/wtm2/Kconfig +++ b/src/mainboard/intel/wtm2/Kconfig @@ -28,7 +28,7 @@ config MAINBOARD_PART_NUMBER config MAX_CPUS int - default 16 + default 8 config VGA_BIOS_FILE string |