fix startup code address relative jump

This commit is contained in:
bigmagic 2020-06-04 00:03:07 +08:00
parent 587e50dc1c
commit 92ab0fd593
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ _reset:
b continue
overHyped: /* Get out of HYP mode */
ldr r1, =continue
adr r1, continue
msr ELR_hyp, r1
mrs r1, cpsr_all
and r1, r1, #0x1f ;@ CPSR_MODE_MASK