summaryrefslogtreecommitdiff
path: root/src/mainboard/51nb
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-01-04 22:10:26 +0000
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-06 19:34:20 +0000
commit9a6a18e33bd6ec24b6ba3df2bfd3612dc5edbc80 (patch)
treea78cb87effe451c587fc9ab34b854f85b692641b /src/mainboard/51nb
parentb9e77f6d6b02d5a9dcb7f83489333c940d8352fd (diff)
downloadcoreboot-9a6a18e33bd6ec24b6ba3df2bfd3612dc5edbc80.tar.xz
soc/intel/skylake: Move MAX_CPUS from mb to SoC
Configure MAX_CPUS in SoC Kconfig with 8 as default value and remove it from every mainboard where 8 is used. Change-Id: I825625bf842e8cd22dada9a508a7176e5cc2ea57 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49105 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/51nb')
-rw-r--r--src/mainboard/51nb/x210/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/51nb/x210/Kconfig b/src/mainboard/51nb/x210/Kconfig
index 824e8b3608..efd21da26e 100644
--- a/src/mainboard/51nb/x210/Kconfig
+++ b/src/mainboard/51nb/x210/Kconfig
@@ -28,10 +28,6 @@ config MAINBOARD_DIR
string
default "51nb/x210"
-config MAX_CPUS
- int
- default 8
-
config VGA_BIOS_ID
string
default "8086,5917"