1
0
Fork 0
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:
Rafaël Carré 2010-03-15 11:29:19 +00:00
parent 191857cc8d
commit 1e422d0ea4

View file

@ -110,6 +110,7 @@ newstart:
bhi 1b bhi 1b
/* Set up some stack and munge it with 0xdeadbeef */ /* Set up some stack and munge it with 0xdeadbeef */
ldr sp, =stackend
ldr r2, =stackbegin ldr r2, =stackbegin
ldr r3, =0xdeadbeef ldr r3, =0xdeadbeef
1: 1: