fsp_broadwell_de: Increase CONFIG_MAX_CPUS to 32
Fix to accomodate for boards with more than 16 cores. Change-Id: I35b61d94491c21ef76717f761e566ca815880f27 Signed-off-by: Samuel Jimenez <aerojsam@gmail.com> Reviewed-on: https://review.coreboot.org/27847 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
fd9f4f702c
commit
a4797aa9f6
@@ -49,7 +49,7 @@ config MMCONF_BASE_ADDRESS
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 16
|
||||
default 32
|
||||
|
||||
config CPU_ADDR_BITS
|
||||
int
|
||||
|
Reference in New Issue
Block a user