diff options
Diffstat (limited to 'meta/conf/machine/include/riscv/qemuriscv.inc')
| -rw-r--r-- | meta/conf/machine/include/riscv/qemuriscv.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index 1d32b4a582..c977a266ca 100644 --- a/meta/conf/machine/include/riscv/qemuriscv.inc +++ b/meta/conf/machine/include/riscv/qemuriscv.inc | |||
| @@ -26,7 +26,7 @@ UBOOT_ENTRYPOINT:riscv32 = "0x80400000" | |||
| 26 | UBOOT_ENTRYPOINT:riscv64 = "0x80200000" | 26 | UBOOT_ENTRYPOINT:riscv64 = "0x80200000" |
| 27 | 27 | ||
| 28 | # qemuboot options | 28 | # qemuboot options |
| 29 | QB_SMP = "-smp 4" | 29 | QB_SMP ?= "-smp 4" |
| 30 | QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi" | 30 | QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi" |
| 31 | QB_MACHINE = "-machine virt" | 31 | QB_MACHINE = "-machine virt" |
| 32 | QB_DEFAULT_BIOS = "fw_jump.elf" | 32 | QB_DEFAULT_BIOS = "fw_jump.elf" |
