diff options
author | Reto Buerki <reet@codelabs.ch> | 2020-08-13 09:08:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-17 06:40:34 +0000 |
commit | 5b40682313c24dd35ac866c191657b3c24e6ae30 (patch) | |
tree | 639decd5cd369d739f6c526ea61b3385f7f62f2b /src/mainboard/up | |
parent | bed09654420e54b84abb3724f0f7a758a008678d (diff) |
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 <reet@codelabs.ch>
Change-Id: I98a3da660052eb7ad2f18b0c7fc0e67a609eac54
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44439
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/up')
-rw-r--r-- | src/mainboard/up/squared/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |