boards: arm: stm32f3 boards have no FPU by default

Remove the CONFIG_FPU for the stm32f3_disco and
stm32373c eval boards.
The FPU exists like on many other stm32 series
but CONFIG_FPU has not to be defined here.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-10-24 15:07:33 +02:00 committed by Fabio Baltieri
commit 7a3e1a7320
2 changed files with 0 additions and 6 deletions

View file

@ -6,9 +6,6 @@ CONFIG_SOC_SERIES_STM32F3X=y
# Platform Configuration
CONFIG_SOC_STM32F373XC=y
# Floating Point Options
CONFIG_FPU=y
# Enable MPU
CONFIG_ARM_MPU=y

View file

@ -3,9 +3,6 @@
CONFIG_SOC_SERIES_STM32F3X=y
CONFIG_SOC_STM32F303XC=y
# Floating Point Options
CONFIG_FPU=y
# Enable MPU
CONFIG_ARM_MPU=y