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/google/poppy/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/google/poppy/Kconfig') diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig index 2656d28173..134246c173 100644 --- a/src/mainboard/google/poppy/Kconfig +++ b/src/mainboard/google/poppy/Kconfig @@ -108,10 +108,6 @@ config MAINBOARD_PART_NUMBER default "Rammus" if BOARD_GOOGLE_RAMMUS default "Soraka" if BOARD_GOOGLE_SORAKA -config MAX_CPUS - int - default 8 - config OEM_BIN_FILE string "OEM ID table" default "" -- cgit v1.2.3