summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/riscv/qemuriscv.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/riscv/qemuriscv.inc')
-rw-r--r--meta/conf/machine/include/riscv/qemuriscv.inc2
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"
26UBOOT_ENTRYPOINT:riscv64 = "0x80200000" 26UBOOT_ENTRYPOINT:riscv64 = "0x80200000"
27 27
28# qemuboot options 28# qemuboot options
29QB_SMP = "-smp 4" 29QB_SMP ?= "-smp 4"
30QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi" 30QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi"
31QB_MACHINE = "-machine virt" 31QB_MACHINE = "-machine virt"
32QB_DEFAULT_BIOS = "fw_jump.elf" 32QB_DEFAULT_BIOS = "fw_jump.elf"