Hello build bot (Jenkins), Mario Scheithauer, Werner Zeh, Andrey Petrov, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45144
to look at the new patch set (#2).
Change subject: apollolake: Define MAX_CPUS at SoC scope ......................................................................
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 --- M src/mainboard/google/reef/Kconfig M src/mainboard/siemens/mc_apl1/Kconfig M src/mainboard/up/squared/Kconfig M src/soc/intel/apollolake/Kconfig 4 files changed, 1 insertion(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/45144/2