From 66b1af9131b924f46c858d232cd5090cd294d22d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 17 Mar 2020 13:40:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13443 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/startup/ARMCMx/compilers/RVCT/cstartup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s b/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s index dc7933e41..6a94d130f 100644 --- a/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s +++ b/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s @@ -82,7 +82,7 @@ Reset_Handler PROC isb bl __early_init - IF {CPU} = "Cortex-M4.fp" + IF {CPU} = "Cortex-M4.fp.sp" LDR R0, =0xE000ED88 ; Enable CP10,CP11 LDR R1, [R0] ORR R1, R1, #(0xF << 20)