summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuriscv64.conf
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-08-20 13:59:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 13:23:14 +0100
commit65e7f371f19e053d0bac7771a80615f6bada74c7 (patch)
tree1098a39ec1ba2e6871e7080fb9360a01dc7abf25 /meta/conf/machine/qemuriscv64.conf
parentfc2a2260aa22a81da6619b4affaf8ae0b5556a34 (diff)
downloadopenembedded-core-contrib-65e7f371f19e053d0bac7771a80615f6bada74c7.tar.gz
qemuriscv64: Specify the firmware as a bios instead of kernel
Now that we have a -bios option for the RISC-V virt machine in QEMU we can pass OpenSBI in via -bios and the kernel in via -kernel. We no longer need to pass the kernel in via -device loader so let's remove that. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemuriscv64.conf')
-rw-r--r--meta/conf/machine/qemuriscv64.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf
index dba8f09e93..99b48b309b 100644
--- a/meta/conf/machine/qemuriscv64.conf
+++ b/meta/conf/machine/qemuriscv64.conf
@@ -4,8 +4,6 @@
require conf/machine/include/riscv/qemuriscv.inc
-QB_OPT_APPEND += "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80200000"
-
EXTRA_IMAGEDEPENDS += "u-boot"
UBOOT_MACHINE = "qemu-riscv64_defconfig"
UBOOT_ELF = "u-boot"