diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemuriscv32.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/conf/machine/qemuriscv32.conf b/meta/conf/machine/qemuriscv32.conf index 1413775ad6..d3858dc051 100644 --- a/meta/conf/machine/qemuriscv32.conf +++ b/meta/conf/machine/qemuriscv32.conf | |||
@@ -11,7 +11,6 @@ PREFERRED_VERSION_openocd = "riscv" | |||
11 | 11 | ||
12 | XVISOR_PLAT = "riscv/virt32" | 12 | XVISOR_PLAT = "riscv/virt32" |
13 | 13 | ||
14 | # u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules" | 14 | EXTRA_IMAGEDEPENDS += "u-boot" |
15 | # EXTRA_IMAGEDEPENDS += "u-boot" | 15 | UBOOT_MACHINE = "qemu-riscv32_smode_defconfig" |
16 | # UBOOT_MACHINE = "qemu-riscv32_smode_defconfig" | 16 | UBOOT_ELF = "u-boot" |
17 | # UBOOT_ELF = "u-boot" | ||