aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/up
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-07 13:45:53 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-09 10:35:34 +0000
commitc6c9b9cf486eaa1bc7892b142e9201463fc99025 (patch)
tree1a432cfa365a54740ecbbf6693315ea6c90781f7 /src/mainboard/up
parentc95f507fc76b1d7b7eed670f749621502a3bca1d (diff)
apollolake: Define MAX_CPUS at SoC scope
The three Intel Apollo Lake boards (apl_rvp, leafhill and minnow3) do not define MAX_CPUS, which would then default to 1. Since this is most likely an oversight, use the same value as other Apollo Lake boards. To ensure this does not happen again, factor out MAX_CPUS to SoC scope. Change-Id: I5ed98a6b592c8010b59eca7ff773ae1ccc4cd7b1 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45144 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/up')
-rw-r--r--src/mainboard/up/squared/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig
index 836c5bb0f9..25e751c04a 100644
--- a/src/mainboard/up/squared/Kconfig
+++ b/src/mainboard/up/squared/Kconfig
@@ -60,10 +60,6 @@ config PXE_ROM_ID
string
default "10ec,8168"
-config MAX_CPUS
- int
- default 4
-
config LINUX_COMMAND_LINE
string
default "console=ttyS4,115200 earlyprintk=ttyS4,115200,keep" if PAYLOAD_LINUXBOOT && UART_FOR_CONSOLE=0