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>
This commit is contained in:
Xiang Wang 2018-12-12 15:43:51 +08:00 committed by Patrick Georgi
parent ecf25fda86
commit c9add14629
1 changed files with 0 additions and 4 deletions

View File

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