mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
arch: risc-v: Do not enable FPU for K210 with QEMU
Summary: - I noticed that maix-bit:smp does not work with QEMU. - Actually, QEMU supports sifive_u (not K210) but it works if FPU is disabled. - This commit fixes this issue. Impact: - K210 with QEMU only Testing: - Tested with qemu-5.2 Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
06c7a3ca59
commit
04f81ecddb
+2
-2
@@ -27,8 +27,8 @@ config ARCH_CHIP_K210
|
||||
select ARCH_RV_ISA_M
|
||||
select ARCH_RV_ISA_A
|
||||
select ARCH_RV_ISA_C
|
||||
select ARCH_HAVE_FPU
|
||||
select ARCH_HAVE_DPFPU
|
||||
select ARCH_HAVE_FPU if !K210_WITH_QEMU
|
||||
select ARCH_HAVE_DPFPU if !K210_WITH_QEMU
|
||||
select ARCH_HAVE_MPU
|
||||
select ARCH_HAVE_TESTSET
|
||||
select ARCH_HAVE_MULTICPU
|
||||
|
||||
Reference in New Issue
Block a user