[U-Boot] [PATCH] ARM: use the same branch insn on all architectures

2010-10-23 Thread Wolfgang Denk
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 Cc: Albert ARIBAUD Cc: Minkyu Kang Cc: Sandeep Paulraj Cc: Prafulla W

Re: [U-Boot] [PATCH] ARM: use the same branch insn on all architectures

2010-10-24 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > 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 > Cc: Albert ARIBAUD >

Re: [U-Boot] [PATCH] ARM: use the same branch insn on all architectures

2010-10-26 Thread Wolfgang Denk
In message <1287868958-29447-1-git-send-email...@denx.de> you wrote: > 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