diff options
-rw-r--r-- | meta/conf/machine/qemuriscv64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf index f1be7b8a71..dba8f09e93 100644 --- a/meta/conf/machine/qemuriscv64.conf +++ b/meta/conf/machine/qemuriscv64.conf | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/riscv/qemuriscv.inc | 5 | require conf/machine/include/riscv/qemuriscv.inc |
6 | 6 | ||
7 | QB_OPT_APPEND = "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80200000" | 7 | QB_OPT_APPEND += "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80200000" |
8 | 8 | ||
9 | EXTRA_IMAGEDEPENDS += "u-boot" | 9 | EXTRA_IMAGEDEPENDS += "u-boot" |
10 | UBOOT_MACHINE = "qemu-riscv64_defconfig" | 10 | UBOOT_MACHINE = "qemu-riscv64_defconfig" |