diff options
Diffstat (limited to 'cpu/lh7a40x/start.S')
-rw-r--r-- | cpu/lh7a40x/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/lh7a40x/start.S b/cpu/lh7a40x/start.S index 160f889df1e..4f023a59fe9 100644 --- a/cpu/lh7a40x/start.S +++ b/cpu/lh7a40x/start.S @@ -187,7 +187,7 @@ clear_bss: clbss_l:str r2, [r0] /* clear loop... */ add r0, r0, #4 cmp r0, r1 - bne clbss_l + ble clbss_l ldr pc, _start_armboot |