forked from len0rd/rockbox
as3525* : make sure sp is setup in bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25199 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
191857cc8d
commit
1e422d0ea4
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ newstart:
|
|||
bhi 1b
|
||||
|
||||
/* Set up some stack and munge it with 0xdeadbeef */
|
||||
ldr sp, =stackend
|
||||
ldr r2, =stackbegin
|
||||
ldr r3, =0xdeadbeef
|
||||
1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue