exo2: minor stack/mmu fixes, now gets to main on hw

This commit is contained in:
Michael Scire
2020-05-14 03:49:48 -07:00
committed by SciresM
parent 1fdd83628e
commit 27843314a4
4 changed files with 19 additions and 17 deletions

View File

@@ -95,7 +95,7 @@ _start:
ERRATUM_INVALIDATE_BTB_AT_BOOT
/* Set the stack pointer to a temporary location. */
ldr x20, =0x7C010800
ldr x20, =0x7C020000
mov sp, x20
/* Call our init array functions. */