summaryrefslogtreecommitdiffstats
path: root/arch/avr32/cpu/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/cpu/start.S')
-rw-r--r--arch/avr32/cpu/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/cpu/start.S b/arch/avr32/cpu/start.S
index 71cbc524c9..c8decea127 100644
--- a/arch/avr32/cpu/start.S
+++ b/arch/avr32/cpu/start.S
@@ -244,7 +244,7 @@ relocate_code:
/* zero out .bss */
mov r0, 0
mov r1, 0
- lda.w r9, __bss_end__
+ lda.w r9, __bss_end
sub r9, r8
1: st.d r10++, r0
sub r9, 8
OpenPOWER on IntegriCloud