forked from Mirrors/opensbi
platform: qemu/sifive_u: Update the hart count to 4
Since QEMU commit 8b1d0714bfdd "riscv: sifive_u: Allow up to 4 CPUs to be created", the maximum number of hart for sifive_u is 4. Change our hart count to match that. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
|
|
||||||
#define SIFIVE_U_HART_COUNT 1
|
#define SIFIVE_U_HART_COUNT 4
|
||||||
#define SIFIVE_U_HART_STACK_SIZE 8192
|
#define SIFIVE_U_HART_STACK_SIZE 8192
|
||||||
|
|
||||||
#define SIFIVE_U_SYS_CLK 1000000000
|
#define SIFIVE_U_SYS_CLK 1000000000
|
||||||
|
Reference in New Issue
Block a user