summaryrefslogtreecommitdiff
path: root/firmware/src/start
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/start')
-rw-r--r--firmware/src/start/Cstartup.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/start/Cstartup.S b/firmware/src/start/Cstartup.S
index b154672..a750039 100644
--- a/firmware/src/start/Cstartup.S
+++ b/firmware/src/start/Cstartup.S
@@ -341,7 +341,7 @@ LoopZI: CMP R1, R2
/* prepare c function call to main */
mov r0, #0 /* argc = 0 */
ldr lr, =exit
- ldr r10, =0x00101000
+ ldr r10, =0x00104000
#ifdef CONFIG_DFU_SWITCH
/* check whether bootloader button is pressed */
personal git repositories of Harald Welte. Your mileage may vary