forked from len0rd/rockbox
Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching to firmware and cache handling. Put proper main return address in lr.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19368 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ea929a3e45
commit
cb06108024
7 changed files with 45 additions and 28 deletions
|
|
@ -467,6 +467,7 @@ stackmunge:
|
|||
ldr sp, =stackend
|
||||
|
||||
/* Start the main function */
|
||||
adr lr, vectors
|
||||
ldr pc, =main
|
||||
|
||||
/* Should never get here, but let's restart in case (also needed for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue