arrandale boards: Factor out MAX_CPUS
Arrandale CPUs have at most 4 threads. Change-Id: Ifecbf5583011ff5e36c576d582a6276bc9b72803 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41840 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d71754d1b9
commit
e5a7a1f314
|
@ -29,4 +29,8 @@ config SMM_RESERVED_SIZE
|
|||
hex
|
||||
default 0x100000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 4
|
||||
|
||||
endif
|
||||
|
|
|
@ -58,10 +58,6 @@ config DRAM_RESET_GATE_GPIO
|
|||
int
|
||||
default 10
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 4
|
||||
|
||||
# Without the Intel ME's EFFS partition some PCIe devices (like the USB and SATA
|
||||
# controllers) don't work as expected
|
||||
config ME_CLEANER_ARGS
|
||||
|
|
|
@ -34,8 +34,4 @@ config DRAM_RESET_GATE_GPIO
|
|||
int
|
||||
default 60
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 4
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue