mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 15:51:41 +01:00
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:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
# Essential defines required by SBI platform
|
# Essential defines required by SBI platform
|
||||||
plat-cppflags-y = -DPLAT_NAME="SiFive HiFive U540"
|
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
|
plat-cppflags-y+= -DPLAT_HART_STACK_SIZE=8192
|
||||||
|
|
||||||
# Compiler flags
|
# Compiler flags
|
||||||
|
Reference in New Issue
Block a user