From 9990a172004354b6ccae7bca10bdab2b4b7b0bd9 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 5 Jan 2021 19:49:48 +0100 Subject: soc/intel/broadwell: Move MAX_CPUS from mb to SoC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49122 Reviewed-by: Angel Pons Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/mainboard/purism/librem_bdw/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/purism') diff --git a/src/mainboard/purism/librem_bdw/Kconfig b/src/mainboard/purism/librem_bdw/Kconfig index 275594b48d..ad764b7fd6 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 -- cgit v1.2.3