ARM: use the same branch insn on all architectures
[platform/kernel/u-boot.git] / arch / arm / cpu / arm_intcm / start.S
index 3e9d5e8..a420f44 100644 (file)
@@ -226,7 +226,7 @@ fixloop:
        str     r4, [r2]
        add     r2, r2, #4
        cmp     r2, r3
-       bne     fixloop
+       blo     fixloop
 #endif
 #endif /* #ifndef CONFIG_SKIP_RELOCATE_UBOOT */