From 9a6a18e33bd6ec24b6ba3df2bfd3612dc5edbc80 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 4 Jan 2021 22:10:26 +0000 Subject: soc/intel/skylake: Move MAX_CPUS from mb to SoC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49105 Reviewed-by: Angel Pons Reviewed-by: Tim Wawrzynczak Reviewed-by: Michael Niewöhner Reviewed-by: Matt DeVillier Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/mainboard/clevo/kbl-u/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/clevo') diff --git a/src/mainboard/clevo/kbl-u/Kconfig b/src/mainboard/clevo/kbl-u/Kconfig index 1229fa4b3e..a99f9c6b23 100644 --- a/src/mainboard/clevo/kbl-u/Kconfig +++ b/src/mainboard/clevo/kbl-u/Kconfig @@ -59,10 +59,6 @@ config FMDFILE # default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/fmds/vboot-roa.fmd" if VBOOT_SLOTS_RW_A && !VBOOT_SLOTS_RW_AB # default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/fmds/vboot-roab.fmd" if VBOOT_SLOTS_RW_AB -config MAX_CPUS - int - default 8 - config DIMM_MAX int default 2 -- cgit v1.2.3