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>
This commit is contained in:
Angel Pons 2020-09-07 13:44:29 +02:00 committed by Patrick Georgi
parent f4779e8679
commit c95f507fc7
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ config MAINBOARD_FAMILY
config MAX_CPUS
int
default 8
default 4
config UART_FOR_CONSOLE
int

View File

@ -42,6 +42,6 @@ config UART_FOR_CONSOLE
config MAX_CPUS
int
default 8
default 4
endif # BOARD_SIEMENS_BASEBOARD_MC_APL1