[coreboot-gerrit] Change in ...coreboot[master]: HiFive Unleashed: remove the definition of MAX_CPUS

Xiang Wang (Code Review) gerrit at coreboot.org
Wed Dec 12 08:51:36 CET 2018


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 at 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"

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30179
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I583f6ba548daeeb6c7e341dc3fa8817e7dec5697
Gerrit-Change-Number: 30179
Gerrit-PatchSet: 1
Gerrit-Owner: Xiang Wang <wxjstz at 126.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181212/5c0e7fe1/attachment.html>


More information about the coreboot-gerrit mailing list