mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Nano2G bootloader - fix dual-booting the Apple firmware.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23139 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
48658eec41
commit
a70c7bf862
3 changed files with 15 additions and 11 deletions
|
|
@ -91,7 +91,7 @@ newstart2:
|
|||
#ifdef BOOTLOADER
|
||||
/* Relocate ourself to IRAM - we have been loaded to DRAM */
|
||||
mov r0, #0x08000000 /* source (DRAM) */
|
||||
mov r1, #0x00000000 /* dest (IRAM) */
|
||||
mov r1, #0x22000000 /* dest (IRAM) */
|
||||
ldr r2, =_dataend
|
||||
1:
|
||||
cmp r2, r1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue