From a1dfce1ce055b853c8499185d05e4aa7ba8e0614 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 29 May 2020 00:53:13 +0200 Subject: x4x boards: Factor out MAX_CPUS LGA775 CPUs can have at most 4 threads, and Eaglelake supports them. As this socket is also used by other chipsets, temporarily place this symbol into the northbridge scope until all chipsets are factored out. Change-Id: I6e01363d995e135815cc70779e0cd5baf806cf60 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41841 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/intel/dg41wv/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/intel/dg41wv/Kconfig') diff --git a/src/mainboard/intel/dg41wv/Kconfig b/src/mainboard/intel/dg41wv/Kconfig index 9948638713..b90f263b3c 100644 --- a/src/mainboard/intel/dg41wv/Kconfig +++ b/src/mainboard/intel/dg41wv/Kconfig @@ -25,8 +25,4 @@ config MAINBOARD_PART_NUMBER string default "DG41WV" -config MAX_CPUS - int - default 4 - endif # BOARD_INTEL_DG41WV -- cgit v1.2.3