Reto Buerki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44439 )
Change subject: mb/up/squared: Prompt for MAX_CPUS ......................................................................
mb/up/squared: Prompt for MAX_CPUS
The board also supports Atom processors, which have four physical cores.
Signed-off-by: Reto Buerki reet@codelabs.ch Change-Id: I98a3da660052eb7ad2f18b0c7fc0e67a609eac54 --- M src/mainboard/up/squared/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/44439/1
diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig index cc8f98e..f702cfb 100644 --- a/src/mainboard/up/squared/Kconfig +++ b/src/mainboard/up/squared/Kconfig @@ -61,6 +61,7 @@ default "10ec,8168"
config MAX_CPUS + prompt "Number of CPUs" int default 2