riscv/qemu-rv: Add FPU support back to qemu-rv

The FPU restore issue does not show itself any longer, so FPU support
can be re-enabled.
This commit is contained in:
Ville Juven
2023-06-20 13:39:52 +03:00
committed by Xiang Xiao
parent d0fbf9883d
commit 61460efe3c
3 changed files with 2 additions and 2 deletions
@@ -49,7 +49,6 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBC_ENVPATH=y
CONFIG_LIBC_EXECFUNCS=y
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_LIBC_PERROR_STDOUT=y
CONFIG_LIBC_STRERROR=y
CONFIG_NET=y
@@ -48,7 +48,6 @@ CONFIG_INIT_STACKSIZE=3072
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBC_ENVPATH=y
CONFIG_LIBC_EXECFUNCS=y
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_LIBC_PERROR_STDOUT=y
CONFIG_LIBC_STRERROR=y
CONFIG_NET=y