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 f1c341e..6861750 100644
--- a/firmware/src/start/Cstartup.S
+++ b/firmware/src/start/Cstartup.S
@@ -352,7 +352,7 @@ LoopZI: CMP R1, R2
_reloc_dfu:
/* Relocate DFU .data section (Copy from ROM to RAM) */
- LDR R1, =_edata_shared
+ LDR R1, =_data_flash
LDR R2, =_data
LDR R3, =_edata
LoopRel: CMP R2, R3
personal git repositories of Harald Welte. Your mileage may vary