mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
armv7-a/r: export __start symbol
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
parent
07b55cf7ab
commit
4358eba13a
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue