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:
parent
53a4acb2dc
commit
5166b74d5f
|
@ -6,3 +6,4 @@ config BOARD_QEMU_LEON3
|
|||
bool "QEMU LEON3 target"
|
||||
depends on SOC_LEON3
|
||||
select QEMU_TARGET
|
||||
select CPU_HAS_FPU
|
||||
|
|
|
@ -5,3 +5,4 @@ config SOC_GR716A
|
|||
bool "GR716A LEON3 fault-tolerant microcontroller"
|
||||
select SPARC
|
||||
select SOC_SPARC_LEON
|
||||
select CPU_HAS_FPU
|
||||
|
|
Loading…
Reference in a new issue