From 432e71a4cf5b3e9e0df0ffec767dc27b79363713 Mon Sep 17 00:00:00 2001 From: isiora Date: Sat, 20 Jan 2018 22:43:25 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11382 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S | 2 -- 1 file changed, 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 -- cgit v1.2.3