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:
Rafaël Carré 2010-03-17 05:10:41 +00:00
parent ab7365610b
commit 37862a2157

View file

@ -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