diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-09-07 13:44:29 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-09-09 10:35:13 +0000 |
commit | c95f507fc76b1d7b7eed670f749621502a3bca1d (patch) | |
tree | f236ccc7ee029f377c66c3429f624f6902532c5d /src/mainboard/google/reef | |
parent | f4779e867959522aac2436bd73c9de02ab863867 (diff) |
apollolake: Limit MAX_CPUS to 4
APL does not support Hyper-Threading, and has at most four CPU cores.
Change-Id: Ib2ffadc0c31cdd96bec8eed5364c984acb2e1250
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45143
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index df1d8c48e8..de4df6213b 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -83,7 +83,7 @@ config MAINBOARD_FAMILY config MAX_CPUS int - default 8 + default 4 config UART_FOR_CONSOLE int |