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:
parent
702068e62c
commit
07b55cf7ab
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue