fix startup code address relative jump
This commit is contained in:
parent
587e50dc1c
commit
92ab0fd593
@ -62,7 +62,7 @@ _reset:
|
|||||||
b continue
|
b continue
|
||||||
|
|
||||||
overHyped: /* Get out of HYP mode */
|
overHyped: /* Get out of HYP mode */
|
||||||
ldr r1, =continue
|
adr r1, continue
|
||||||
msr ELR_hyp, r1
|
msr ELR_hyp, r1
|
||||||
mrs r1, cpsr_all
|
mrs r1, cpsr_all
|
||||||
and r1, r1, #0x1f ;@ CPSR_MODE_MASK
|
and r1, r1, #0x1f ;@ CPSR_MODE_MASK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user