From c9add1462957dd1b1f28c3ed7d3755073bf297df Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Wed, 12 Dec 2018 15:43:51 +0800 Subject: mb/sifive/hifive-unleashed: remove the definition of MAX_CPUS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/30179 Reviewed-by: Philipp Hug Reviewed-by: Jonathan Neuschäfer Tested-by: build bot (Jenkins) --- src/mainboard/sifive/hifive-unleashed/Kconfig | 4 ---- 1 file changed, 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" -- cgit v1.2.3