geminilake: Factor out MAX_CPUS value

Both Gemini Lake boards in the tree use the same value.

Change-Id: Ib6bd05206026736fd7e3d44b49e4d8ba217c2708
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45142
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Angel Pons 2020-09-07 13:40:47 +02:00 committed by Patrick Georgi
parent b36100faf4
commit f4779e8679
3 changed files with 4 additions and 8 deletions

View File

@ -97,10 +97,6 @@ config MAINBOARD_FAMILY
string string
default "Google_Octopus" default "Google_Octopus"
config MAX_CPUS
int
default 4
config UART_FOR_CONSOLE config UART_FOR_CONSOLE
int int
default 2 default 2

View File

@ -68,10 +68,6 @@ config MAINBOARD_FAMILY
string string
default "Intel_Glkrvp" if BOARD_INTEL_GLKRVP default "Intel_Glkrvp" if BOARD_INTEL_GLKRVP
config MAX_CPUS
int
default 4
config UART_FOR_CONSOLE config UART_FOR_CONSOLE
int int
default 2 default 2

View File

@ -108,6 +108,10 @@ config CPU_SPECIFIC_OPTIONS
select INTEL_GMA_SWSMISCI select INTEL_GMA_SWSMISCI
select HAVE_ASAN_IN_ROMSTAGE select HAVE_ASAN_IN_ROMSTAGE
config MAX_CPUS
int
default 4 if SOC_INTEL_GEMINILAKE
config CHROMEOS config CHROMEOS
select CHROMEOS_RAMOOPS_DYNAMIC select CHROMEOS_RAMOOPS_DYNAMIC