cc3200: Remove CPU_HAS_FPU from cc3200 Kconfig.soc

Though Cortex-M4 could optionally have a floating point unit,
the MCU in the cc3200 in fact does not have an FPU.

Enabling CPU_HAS_FPU caused applications built with CONFIG_FLOAT=y
to crash during an early call to enable_floating_point().

This patch was validated by running microPython, which is one
such application.

Change-Id: I8bfd42c456524e152cbbb983001d9540d93fbe98
Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
This commit is contained in:
Gil Pitney 2016-11-14 19:48:35 -08:00
commit 34849b2424

View file

@ -7,7 +7,6 @@ depends on SOC_SERIES_CC32XX
config SOC_CC3200
bool "CC3200"
select CPU_HAS_FPU
select HAS_CC3200SDK
endchoice