summaryrefslogtreecommitdiffstats
path: root/src/mainboard/purism/librem_bdw
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-01-05 19:49:48 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-06 19:34:51 +0000
commit9990a172004354b6ccae7bca10bdab2b4b7b0bd9 (patch)
tree6fd3a43e4ddc0bc642e481772eb4274aeaf7c082 /src/mainboard/purism/librem_bdw
parent9a6a18e33bd6ec24b6ba3df2bfd3612dc5edbc80 (diff)
downloadcoreboot-9990a172004354b6ccae7bca10bdab2b4b7b0bd9.tar.gz
coreboot-9990a172004354b6ccae7bca10bdab2b4b7b0bd9.tar.bz2
coreboot-9990a172004354b6ccae7bca10bdab2b4b7b0bd9.zip
soc/intel/broadwell: Move MAX_CPUS from mb to SoC
All Broadwell boards use 8 for MAX_CPUS, so this option can be factored out into SoC Kconfig. Change-Id: I311b95ea75a7c6b76b32c7197a0cec86db644234 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49122 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/purism/librem_bdw')
-rw-r--r--src/mainboard/purism/librem_bdw/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/purism/librem_bdw/Kconfig b/src/mainboard/purism/librem_bdw/Kconfig
index 275594b48d94..ad764b7fd617 100644
--- a/src/mainboard/purism/librem_bdw/Kconfig
+++ b/src/mainboard/purism/librem_bdw/Kconfig
@@ -52,10 +52,6 @@ config MAINBOARD_VERSION
default "1.0" if BOARD_PURISM_LIBREM13_V1
default "2.0" if BOARD_PURISM_LIBREM15_V2
-config MAX_CPUS
- int
- default 8
-
config PRE_GRAPHICS_DELAY
int
default 50