From 5b40682313c24dd35ac866c191657b3c24e6ae30 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Thu, 13 Aug 2020 09:08:18 +0200 Subject: mb/up/squared: Increase MAX_CPUS from 2 to 4 The board also supports Atom processors, which have four physical cores. Signed-off-by: Reto Buerki Change-Id: I98a3da660052eb7ad2f18b0c7fc0e67a609eac54 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44439 Tested-by: build bot (Jenkins) Reviewed-by: Christian Walter Reviewed-by: Felix Singer --- src/mainboard/up/squared/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/up') diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig index cc8f98e2ef..836c5bb0f9 100644 --- a/src/mainboard/up/squared/Kconfig +++ b/src/mainboard/up/squared/Kconfig @@ -62,7 +62,7 @@ config PXE_ROM_ID config MAX_CPUS int - default 2 + default 4 config LINUX_COMMAND_LINE string -- cgit v1.2.3