summaryrefslogtreecommitdiffstats
path: root/cpu/sa1100
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sa1100')
-rw-r--r--cpu/sa1100/start.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/sa1100/start.S b/cpu/sa1100/start.S
index fe1316cbe7..52f2c5d36e 100644
--- a/cpu/sa1100/start.S
+++ b/cpu/sa1100/start.S
@@ -154,7 +154,6 @@ stack_setup:
clear_bss:
ldr r0, _bss_start /* find start of bss segment */
- add r0, r0, #4 /* start at first byte of bss */
ldr r1, _bss_end /* stop here */
mov r2, #0x00000000 /* clear */
OpenPOWER on IntegriCloud