boards: set CPU_HAS_FPU on LEON3 soc and boards

GR716A and QEMU has FPU.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
Martin Åberg 2020-11-30 12:19:29 +01:00 committed by Ioannis Glaropoulos
parent 53a4acb2dc
commit 5166b74d5f
2 changed files with 2 additions and 0 deletions

View file

@ -6,3 +6,4 @@ config BOARD_QEMU_LEON3
bool "QEMU LEON3 target" bool "QEMU LEON3 target"
depends on SOC_LEON3 depends on SOC_LEON3
select QEMU_TARGET select QEMU_TARGET
select CPU_HAS_FPU

View file

@ -5,3 +5,4 @@ config SOC_GR716A
bool "GR716A LEON3 fault-tolerant microcontroller" bool "GR716A LEON3 fault-tolerant microcontroller"
select SPARC select SPARC
select SOC_SPARC_LEON select SOC_SPARC_LEON
select CPU_HAS_FPU