diff --git a/conf/machine/qemuriscv32.conf b/conf/machine/qemuriscv32.conf index 23ede1c..1413775 100644 --- a/conf/machine/qemuriscv32.conf +++ b/conf/machine/qemuriscv32.conf @@ -9,6 +9,8 @@ DEFAULTTUNE = "riscv32" PREFERRED_VERSION_openocd-native = "riscv" PREFERRED_VERSION_openocd = "riscv" +XVISOR_PLAT = "riscv/virt32" + # u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules" # EXTRA_IMAGEDEPENDS += "u-boot" # UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"