Bootloader start work
This commit is contained in:
parent
43185a391c
commit
9396bc3fb2
51 changed files with 10145 additions and 9127 deletions
|
@ -97,7 +97,7 @@ LoopFillZerobss:
|
|||
/* Call static constructors */
|
||||
bl __libc_init_array
|
||||
/* Call the application's entry point.*/
|
||||
bl main
|
||||
bl main
|
||||
bx lr
|
||||
.size Reset_Handler, .-Reset_Handler
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue