Xiang Wang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30179
Change subject: HiFive Unleashed: remove the definition of MAX_CPUS ......................................................................
HiFive Unleashed: remove the definition of MAX_CPUS
When I debug with HiFive Unleashed, I found that hart4 could not be running. Then find the duplicate MAX_CPUS definition. The correct MAX_CPUS is located in src/soc/sifive/fu540/Kconfig
Change-Id: I583f6ba548daeeb6c7e341dc3fa8817e7dec5697 Signed-off-by: Xiang Wang wxjstz@126.com --- M src/mainboard/sifive/hifive-unleashed/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/30179/1
diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig index b7cf107..1fdff7b 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -23,10 +23,6 @@ string default sifive/hifive-unleashed
-config MAX_CPUS - int - default 4 - config MAINBOARD_PART_NUMBER string default "HiFive Unleashed"