summaryrefslogtreecommitdiffstats
path: root/cpu/sa1100/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sa1100/start.S')
-rw-r--r--cpu/sa1100/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sa1100/start.S b/cpu/sa1100/start.S
index 52f2c5d36e..7974344070 100644
--- a/cpu/sa1100/start.S
+++ b/cpu/sa1100/start.S
@@ -160,7 +160,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
OpenPOWER on IntegriCloud