assemblz fix
This commit is contained in:
parent
321d2ef77d
commit
e9b0582150
@ -262,7 +262,7 @@ Sync:
|
|||||||
|
|
||||||
// Jump to application
|
// Jump to application
|
||||||
// Load CPU ID 0, which will be used as a function argument to the boot_core function.
|
// Load CPU ID 0, which will be used as a function argument to the boot_core function.
|
||||||
ldr r0, #0x0
|
mov r0, #0x0
|
||||||
bl boot_core
|
bl boot_core
|
||||||
// In case the application returns, loop forever
|
// In case the application returns, loop forever
|
||||||
b .
|
b .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user