armv7-a/r: set up_cpu_start() to wakefunction

cause some platform will have their special way

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd 2023-12-29 21:35:38 +08:00 committed by Xiang Xiao
parent 702068e62c
commit 07b55cf7ab
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ int arm_start_handler(int irq, void *context, void *arg)
*
****************************************************************************/
int up_cpu_start(int cpu)
int weak_function up_cpu_start(int cpu)
{
sinfo("Starting CPU%d\n", cpu);