mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
as3525: Fix previous commit, IRAM_ORIG can not be represented as an immediate value on targets with 2MB of ram
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25230 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab7365610b
commit
37862a2157
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ newstart:
|
|||
bl map_section
|
||||
|
||||
mov r0, #0 @ physical address
|
||||
mov r1, #IRAM_ORIG @ virtual address
|
||||
ldr r1, =IRAM_ORIG @ virtual address
|
||||
mov r2, #1 @ size : 1MB
|
||||
mov r3, #CACHE_ALL
|
||||
bl map_section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue