Added call to __core_init.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11313 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2018-01-18 09:31:02 +00:00
parent ba2efe59c4
commit 60e8193e9b
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ 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