From f3973bd4cf83b41a2fb37806948b6dbccfbf367a Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 29 May 2020 01:17:16 +0200 Subject: i945 boards: Factor out MAX_CPUS At least one mobile 945 series northbridge supports 4 threads, because the dual-core Atom 330 CPU supports Hyper-threading. Therefore, we use that as the default for this chipset. Change-Id: I899ed1644d9b2da4fc72f09233a421200770110d Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41845 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/intel/d945gclf/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/intel/d945gclf') diff --git a/src/mainboard/intel/d945gclf/Kconfig b/src/mainboard/intel/d945gclf/Kconfig index c8c7808e2f..06e1a0cfbf 100644 --- a/src/mainboard/intel/d945gclf/Kconfig +++ b/src/mainboard/intel/d945gclf/Kconfig @@ -31,8 +31,4 @@ config IRQ_SLOT_COUNT int default 18 -config MAX_CPUS - int - default 4 - endif # BOARD_INTEL_D945GCLF -- cgit v1.2.3