From 8172d0be978d74eaaf103b592b505385db105f67 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 28 Mar 2012 13:19:15 -0700 Subject: Allow more CPU cores on Emerald Lake 2 CRB The Emerald Lake 2 CRB can potentially have more than 8 CPU cores, so update the number of max cores accordingly. Change-Id: Ia42ed8a84916f66dfbfdf2a72cbbed5cea61899b Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/966 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/intel/emeraldlake2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/intel/emeraldlake2/Kconfig') diff --git a/src/mainboard/intel/emeraldlake2/Kconfig b/src/mainboard/intel/emeraldlake2/Kconfig index 9916aaa264..002ae2a86c 100644 --- a/src/mainboard/intel/emeraldlake2/Kconfig +++ b/src/mainboard/intel/emeraldlake2/Kconfig @@ -37,7 +37,7 @@ config IRQ_SLOT_COUNT config MAX_CPUS int - default 8 + default 16 config MAX_PHYSICAL_CPUS int -- cgit v1.2.3