diff options
author | Bjoern Kerler <info@revskills.de> | 2011-10-21 20:02:12 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-10-21 20:02:12 +0200 |
commit | 3d60f2e042891420f871628b62be879567fce8c6 (patch) | |
tree | d3f1d459344a79c4ba0723c6a9b644f84c409560 /firmware/src | |
parent | 427688677e365bdec801cad640b84ef215870e71 (diff) |
fix linking issue with latest binutils versionsv0.3
Diffstat (limited to 'firmware/src')
-rw-r--r-- | firmware/src/start/Cstartup.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/start/Cstartup.S b/firmware/src/start/Cstartup.S index e262b8f..ededf7c 100644 --- a/firmware/src/start/Cstartup.S +++ b/firmware/src/start/Cstartup.S @@ -417,7 +417,7 @@ loop_rel_t: cmp r2, r3 ldr r4, =_remap_call_dfu bx r4 - .size _startup, . - _startup + .size InitReset,.-InitReset .endfunc /* "exit" dummy to avoid sbrk write read etc. needed by the newlib default "exit" */ |