From 99cdf8d0cfe4b515ccac76c816091b146d0a012b Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Tue, 13 Aug 2019 16:39:39 -0700 Subject: [PATCH] machine/qemuriscv32: Remove device loader Now that we are using QEMU 4.1 we can use QEMU's -bios option and -kernel option and remove the device loader. Signed-off-by: Alistair Francis --- conf/machine/qemuriscv32.conf | 2 -- 1 file changed, 2 deletions(-) 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"