diff options
Diffstat (limited to 'cpu/pxa/start.S')
-rw-r--r-- | cpu/pxa/start.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/pxa/start.S b/cpu/pxa/start.S index de2a084..b1f6e7e 100644 --- a/cpu/pxa/start.S +++ b/cpu/pxa/start.S @@ -141,7 +141,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 */ |