Exosphere: Fix bug, we now make it past MMU enable.

This commit is contained in:
Michael Scire
2018-05-18 06:58:49 -06:00
parent ea905725c4
commit 6954925f71
2 changed files with 4 additions and 4 deletions

View File

@@ -124,10 +124,10 @@ _post_cold_crt0_reloc:
blo 2b
/* X0 = TZ-in-DRAM, X1 = relocation-list-in-DRAM. */
ldr x0, =0x80010000
mov x1, x20
mov x0, x20
ldr x1, =0x80010000
/* Set size in coldboot relocation list. */
str x21, [x1, #0x8]
str x21, [x0, #0x8]
bl coldboot_init
ldr x16, =__jump_to_main_cold