diff options
| author | Atish Patra <[email protected]> | 2018-12-17 13:44:06 -0800 |
|---|---|---|
| committer | Atish Patra <[email protected]> | 2018-12-20 15:38:43 -0800 |
| commit | 5adf2fdc9e59fb84be7412500c36517c949b9291 (patch) | |
| tree | 0c21e6d538c8804ca432b4fac07eaab13aa650df | |
| parent | a8043647a4ec513dc217fd832f3063dd13bbe216 (diff) | |
HiFive Unleashed has 5 harts. Fix the config to reflect that.
Signed-off-by: Atish Patra <[email protected]>
| -rw-r--r-- | plat/sifive/hifive_u540/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
