summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/start.S')
-rw-r--r--cpu/arm920t/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
index 78c470d7b6..f348193642 100644
--- a/cpu/arm920t/start.S
+++ b/cpu/arm920t/start.S
@@ -195,7 +195,7 @@ clear_bss:
clbss_l:str r2, [r0] /* clear loop... */
add r0, r0, #4
cmp r0, r1
- bne clbss_l
+ ble clbss_l
#if 0
/* try doing this stuff after the relocation */
OpenPOWER on IntegriCloud