Re: [U-Boot] [PATCH 1/5] arm: Use r2 instead of r0 in start.S

2015-02-04 Thread Simon Glass
Hi Albert, On 4 February 2015 at 01:57, Albert ARIBAUD wrote: > Hello Simon, > > (sorry for the dupe) > > On Tue, 3 Feb 2015 21:18:50 -0700, Simon Glass > wrote: > >> Allow r0 to be used for other purposes in this file. > > These purposes should be made clear -- possibly even, merged with the >

Re: [U-Boot] [PATCH 1/5] arm: Use r2 instead of r0 in start.S

2015-02-04 Thread Albert ARIBAUD
Hello Simon, (sorry for the dupe) On Tue, 3 Feb 2015 21:18:50 -0700, Simon Glass wrote: > Allow r0 to be used for other purposes in this file. These purposes should be made clear -- possibly even, merged with the code that actually needs it. > Signed-off-by: Simon Glass > --- Amicaleme

[U-Boot] [PATCH 1/5] arm: Use r2 instead of r0 in start.S

2015-02-04 Thread Simon Glass
Allow r0 to be used for other purposes in this file. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/start.S | 88 +++--- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/arch/arm/cpu/armv7/start.S b/arch/arm/cpu/armv7/start.S index 70048