summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm720t
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-23 23:22:38 +0200
committerWolfgang Denk <wd@denx.de>2010-10-26 21:19:19 +0200
commit79e63139368eb7233b738d3d5a0df018a1287e3b (patch)
tree4e9058b54e814cfb7c74cc2fe5f608e9eba88dcf /arch/arm/cpu/arm720t
parentf760d14acc65c690743ac54a4291e972fed01eb7 (diff)
downloadblackbird-obmc-uboot-79e63139368eb7233b738d3d5a0df018a1287e3b.tar.gz
blackbird-obmc-uboot-79e63139368eb7233b738d3d5a0df018a1287e3b.zip
ARM: use the same branch insn on all architectures
For the "fixloop" implementation in start.S a number of different instructions was used. Unify code so all architectures use "blo" here because it is more robust in case of incorrect alignments. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Albert ARIBAUD <albert.aribaud@free.fr> Cc: Minkyu Kang <mk7.kang@samsung.com> Cc: Sandeep Paulraj <s-paulraj@ti.com> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/cpu/arm720t')
-rw-r--r--arch/arm/cpu/arm720t/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm720t/start.S b/arch/arm/cpu/arm720t/start.S
index 06aa3a25d4..41c1519efe 100644
--- a/arch/arm/cpu/arm720t/start.S
+++ b/arch/arm/cpu/arm720t/start.S
@@ -222,7 +222,7 @@ fixloop:
str r4, [r2]
add r2, r2, #4
cmp r2, r3
- bne fixloop
+ blo fixloop
#endif
#endif /* #ifndef CONFIG_SKIP_RELOCATE_UBOOT */
OpenPOWER on IntegriCloud