Re: [U-Boot] [PATCH 5/5] arm: optimize relocate_code routine

2013-05-15 Thread Albert ARIBAUD
Hi Benoît, On Wed, 15 May 2013 01:54:11 +0200 (CEST), Benoît Thébaudeau wrote: > Hi Albert, > > On Tuesday, May 14, 2013 10:03:00 PM, Albert ARIBAUD wrote: > > Use section symbols directly > > Drop support for R_ARM_ABS32 record types > > Eliminate unneeded intermediate registers > > Optimize r

Re: [U-Boot] [PATCH 5/5] arm: optimize relocate_code routine

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 10:03:00 PM, Albert ARIBAUD wrote: > Use section symbols directly > Drop support for R_ARM_ABS32 record types > Eliminate unneeded intermediate registers > Optimize relocation table iteration > > Signed-off-by: Albert ARIBAUD > --- > arch/arm/lib/relocate.S |

[U-Boot] [PATCH 5/5] arm: optimize relocate_code routine

2013-05-14 Thread Albert ARIBAUD
Use section symbols directly Drop support for R_ARM_ABS32 record types Eliminate unneeded intermediate registers Optimize relocation table iteration Signed-off-by: Albert ARIBAUD --- arch/arm/lib/relocate.S | 45 +++-- 1 file changed, 15 insertions(+), 3