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:
parent
06c7a3ca59
commit
04f81ecddb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue