allow external relocation of arm7i LMA

This commit is contained in:
Dave Murphy 2017-01-15 00:20:40 +00:00
parent 467a1a00f9
commit 888cbdfd02

View File

@ -55,7 +55,7 @@ _start:
ldr r1, =__dsimode @ set DSi mode flag
strb r10, [r1]
ldr r1, =__arm7i_lma__
ldr r1, =0x02ffe1d8 @ Get ARM7i LMA from header
ldr r2, =__arm7i_start__
ldr r4, =__arm7i_end__
bl CopyMemCheck