diff options
author | Samuel Jimenez <sjimenez@curtisswright.com> | 2018-08-03 14:56:53 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-13 15:40:19 +0000 |
commit | a4797aa9f636c5a465e7c4ecd1b1635b57df62cf (patch) | |
tree | 2ff6c8b75be0db330ac0dd3a15eb915bf31a450f /src/soc | |
parent | fd9f4f702c0c3e0c234d3cbec0c675173a528810 (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Kconfig b/src/soc/intel/fsp_broadwell_de/Kconfig index cb0228ea3b..cc3e6e235a 100644 --- a/src/soc/intel/fsp_broadwell_de/Kconfig +++ b/src/soc/intel/fsp_broadwell_de/Kconfig @@ -49,7 +49,7 @@ config MMCONF_BASE_ADDRESS config MAX_CPUS int - default 16 + default 32 config CPU_ADDR_BITS int |