summaryrefslogtreecommitdiff
path: root/src/mainboard/sifive
diff options
context:
space:
mode:
authorXiang Wang <wxjstz@126.com>2018-12-12 15:43:51 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 05:44:44 +0000
commitc9add1462957dd1b1f28c3ed7d3755073bf297df (patch)
treec34ee0899297f09fd5775b748990e9b458ef489c /src/mainboard/sifive
parentecf25fda862072c17701cd50bf233040ec210f4b (diff)
downloadcoreboot-c9add1462957dd1b1f28c3ed7d3755073bf297df.tar.xz
mb/sifive/hifive-unleashed: remove the definition of MAX_CPUS
When I debug with HiFive Unleashed, I found that hart 4 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> Reviewed-on: https://review.coreboot.org/c/30179 Reviewed-by: Philipp Hug <philipp@hug.cx> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/sifive')
-rw-r--r--src/mainboard/sifive/hifive-unleashed/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig
index b7cf107510..1fdff7b068 100644
--- a/src/mainboard/sifive/hifive-unleashed/Kconfig
+++ b/src/mainboard/sifive/hifive-unleashed/Kconfig
@@ -23,10 +23,6 @@ config MAINBOARD_DIR
string
default sifive/hifive-unleashed
-config MAX_CPUS
- int
- default 4
-
config MAINBOARD_PART_NUMBER
string
default "HiFive Unleashed"