diff options
author | isiora <none@example.com> | 2018-01-20 22:43:25 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-01-20 22:43:25 +0000 |
commit | 432e71a4cf5b3e9e0df0ffec767dc27b79363713 (patch) | |
tree | 56652c0977f043f00bb060b02d4e47a90ac8ff82 /os | |
parent | 2281d0e93c66da154a9739a90d263a463abb8730 (diff) | |
download | ChibiOS-432e71a4cf5b3e9e0df0ffec767dc27b79363713.tar.gz ChibiOS-432e71a4cf5b3e9e0df0ffec767dc27b79363713.tar.bz2 ChibiOS-432e71a4cf5b3e9e0df0ffec767dc27b79363713.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11382 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S b/os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S index 6187d86b6..368978006 100644 --- a/os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S +++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S @@ -126,9 +126,7 @@ bssloop: * Late initialization.
*/
#if !defined(THUMB_NO_INTERWORKING)
-#if defined(CH_CFG_USE_MMU)
bl __core_init
-#endif
bl __late_init
#else /* defined(THUMB_NO_INTERWORKING) */
add r0, pc, #1
|