diff --git a/conf/machine/qemuriscv32.conf b/conf/machine/qemuriscv32.conf index 60bfd0b..ff8abd7 100644 --- a/conf/machine/qemuriscv32.conf +++ b/conf/machine/qemuriscv32.conf @@ -6,8 +6,6 @@ require conf/machine/include/riscv/qemuriscv.inc DEFAULTTUNE = "riscv32" -QB_OPT_APPEND += "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80400000" - # u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules" # EXTRA_IMAGEDEPENDS += "u-boot" # UBOOT_MACHINE = "qemu-riscv32_defconfig"