armv7-a/r: export __start symbol

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd 2023-12-29 21:42:54 +08:00 committed by Xiang Xiao
parent 07b55cf7ab
commit 4358eba13a
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,8 @@ extern uint32_t g_cpu3_idlestack[SMP_STACK_WORDS];
*
****************************************************************************/
void __start(void);
#if CONFIG_SMP_NCPUS > 1
void __cpu1_start(void);
#endif

View File

@ -84,6 +84,8 @@ extern uint32_t g_cpu3_idlestack[SMP_STACK_WORDS];
*
****************************************************************************/
void __start(void);
#if CONFIG_SMP_NCPUS > 1
void __cpu1_start(void);
#endif