From 0ba7f9dba05fee44a85495698479e1d830c20970 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Mon, 5 Jun 2017 21:24:18 +0200 Subject: [PATCH] Fix chainloader --- chainloader/source/start.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainloader/source/start.s b/chainloader/source/start.s index 60f149e8..f1c9d52d 100644 --- a/chainloader/source/start.s +++ b/chainloader/source/start.s @@ -56,5 +56,5 @@ disableMpuAndJumpToEntrypoints: @ Jump to the ARM9 entrypoint mov r0, r4 mov r1, r5 - ldr r2, =0x1BEEF + ldr r2, =0x2BEEF bx r6