aboutsummaryrefslogtreecommitdiff
path: root/platform/stm32f7xx/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/stm32f7xx/init.c')
-rw-r--r--platform/stm32f7xx/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/stm32f7xx/init.c b/platform/stm32f7xx/init.c
index 012eeb96..e8ef5649 100644
--- a/platform/stm32f7xx/init.c
+++ b/platform/stm32f7xx/init.c
@@ -41,10 +41,6 @@ extern const sdram_config_t target_sdram_config;
void SystemInit(void)
{
- /* FPU settings ------------------------------------------------------------*/
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
- SCB->CPACR |= ((3UL << 10*2)|(3UL << 11*2)); /* set CP10 and CP11 Full Access */
-#endif
/* Reset the RCC clock configuration to the default reset state ------------*/
/* Set HSION bit */
RCC->CR |= (uint32_t)0x00000001;