HiFive Unleashed has 5 harts. Fix the config to reflect that.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
Atish Patra
2018-12-17 13:44:06 -08:00
parent a8043647a4
commit 5adf2fdc9e

View File

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