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:
parent
b71a301106
commit
7a3e1a7320
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue