diff options
Diffstat (limited to 'meta/conf/machine/include/riscv/qemuriscv.inc')
-rw-r--r-- | meta/conf/machine/include/riscv/qemuriscv.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index f1cb62818b..952779e98e 100644 --- a/meta/conf/machine/include/riscv/qemuriscv.inc +++ b/meta/conf/machine/include/riscv/qemuriscv.inc | |||
@@ -24,7 +24,6 @@ UBOOT_ENTRYPOINT_riscv64 = "0x80200000" | |||
24 | 24 | ||
25 | # qemuboot options | 25 | # qemuboot options |
26 | QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi" | 26 | QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi" |
27 | QB_MEM = "-m 512" | ||
28 | QB_MACHINE = "-machine virt" | 27 | QB_MACHINE = "-machine virt" |
29 | QB_DEFAULT_BIOS = "fw_jump.elf" | 28 | QB_DEFAULT_BIOS = "fw_jump.elf" |
30 | QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" | 29 | QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" |