From 5adf2fdc9e59fb84be7412500c36517c949b9291 Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Mon, 17 Dec 2018 13:44:06 -0800 Subject: [PATCH] HiFive Unleashed has 5 harts. Fix the config to reflect that. Signed-off-by: Atish Patra --- plat/sifive/hifive_u540/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/sifive/hifive_u540/config.mk b/plat/sifive/hifive_u540/config.mk index 58ff9191..165c80a4 100644 --- a/plat/sifive/hifive_u540/config.mk +++ b/plat/sifive/hifive_u540/config.mk @@ -9,7 +9,7 @@ # Essential defines required by SBI platform plat-cppflags-y = -DPLAT_NAME="SiFive HiFive U540" -plat-cppflags-y+= -DPLAT_HART_COUNT=1 +plat-cppflags-y+= -DPLAT_HART_COUNT=5 plat-cppflags-y+= -DPLAT_HART_STACK_SIZE=8192 # Compiler flags