aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/target/nordic_nrf/common/core/nrfx/mdk/system_nrf9160.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ext/target/nordic_nrf/common/core/nrfx/mdk/system_nrf9160.c')
-rw-r--r--platform/ext/target/nordic_nrf/common/core/nrfx/mdk/system_nrf9160.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/ext/target/nordic_nrf/common/core/nrfx/mdk/system_nrf9160.c b/platform/ext/target/nordic_nrf/common/core/nrfx/mdk/system_nrf9160.c
index 47b198039b..2fc3274ecf 100644
--- a/platform/ext/target/nordic_nrf/common/core/nrfx/mdk/system_nrf9160.c
+++ b/platform/ext/target/nordic_nrf/common/core/nrfx/mdk/system_nrf9160.c
@@ -218,9 +218,6 @@ void SystemInit(void)
*/
#endif
- /* Allow Non-Secure code to run FPU instructions.
- * If only the secure code should control FPU power state these registers should be configured accordingly in the secure application code. */
- SCB->NSACR |= (3UL << 10);
#endif
/* Enable the FPU if the compiler used floating point unit instructions. __FPU_USED is a MACRO defined by the