Browse Source

riscv32: imafdc needs FPU enabled

Waldemar Brodkorb 8 months ago
parent
commit
d403a736ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/riscv32/kernel/qemu-riscv32

+ 1 - 0
target/riscv32/kernel/qemu-riscv32

@@ -1,5 +1,6 @@
 CONFIG_RISCV=y
 CONFIG_32BIT=y
+CONFIG_FPU=y
 CONFIG_COMPAT_32BIT_TIME=y
 CONFIG_ARCH_RV32I=y
 CONFIG_SOC_VIRT=y