mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
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 <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
04e6b2c12e
commit
99cdf8d0cf
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user