From d71754d1b9ba5bb347a9acf10c9233b405f0121d Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 29 May 2020 00:42:15 +0200 Subject: sandybridge boards: Factor out MAX_CPUS Also update autoport accordingly. Change-Id: I12481363cf0e7afc54e2e339504f70632e8d72e2 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41839 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/cpu/intel/model_206ax/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu') diff --git a/src/cpu/intel/model_206ax/Kconfig b/src/cpu/intel/model_206ax/Kconfig index 2f0ebf9f50..c6a50207c5 100644 --- a/src/cpu/intel/model_206ax/Kconfig +++ b/src/cpu/intel/model_206ax/Kconfig @@ -34,4 +34,8 @@ config IED_REGION_SIZE hex default 0x400000 +config MAX_CPUS + int + default 8 + endif -- cgit v1.2.3