armv7-a/r: export __start symbol
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
parent
07b55cf7ab
commit
4358eba13a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user