[arch][arm] Fix alternate secondary entry path for smp branch

Change-Id: Ibcd5c00f993dd1a5715666cef90d742706253a31
This commit is contained in:
Arve Hjønnevåg
2014-12-15 19:38:55 -08:00
parent 646006acec
commit 4acd0e4324

View File

@@ -37,7 +37,7 @@ _start:
b arm_irq
b arm_fiq
#if WITH_SMP
b arm_secondary_entry
b arm_reset
#endif
.weak platform_reset