diff options
Diffstat (limited to 'cpu/ixp/start.S')
-rw-r--r-- | cpu/ixp/start.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/ixp/start.S b/cpu/ixp/start.S index 09ecc73a00c..9240b5cd3e6 100644 --- a/cpu/ixp/start.S +++ b/cpu/ixp/start.S @@ -289,7 +289,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 */ |