diff --git a/os/common/startup/ARM/compilers/GCC/crt0.S b/os/common/startup/ARM/compilers/GCC/crt0.S index 93eb74790..bf6e7ea6d 100644 --- a/os/common/startup/ARM/compilers/GCC/crt0.S +++ b/os/common/startup/ARM/compilers/GCC/crt0.S @@ -120,7 +120,6 @@ bssloop: * Late initialization. */ #if !defined(THUMB_NO_INTERWORKING) - bl __core_init bl __late_init #else /* defined(THUMB_NO_INTERWORKING) */ add r0, pc, #1