Revert "soc/it8xxx2: enable FPU support"
This reverts commit b1ad97bc26
since it
causes the following build failure:
cc1: error: requested ABI requires '-march' to subsume the 'F'
extension
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
e97a2ee6d0
commit
b64b29cd2b
|
@ -5,7 +5,6 @@ config SOC_SERIES_RISCV32_IT8XXX2
|
||||||
bool "ITE IT8XXX2 implementation"
|
bool "ITE IT8XXX2 implementation"
|
||||||
#depends on RISCV
|
#depends on RISCV
|
||||||
select COMPRESSED_ISA
|
select COMPRESSED_ISA
|
||||||
select CPU_HAS_FPU
|
|
||||||
select SOC_FAMILY_RISCV_ITE
|
select SOC_FAMILY_RISCV_ITE
|
||||||
help
|
help
|
||||||
Enable support for ITE IT8XXX2
|
Enable support for ITE IT8XXX2
|
||||||
|
|
Loading…
Reference in a new issue