Re: [U-Boot] [PATCH V3 1/6] ARM: Fix start.S when used with SPL in arm1136

2012-10-26 Thread Stefano Babic
Am 26/10/2012 18:23, schrieb Fabio Estevam: > Hi Stefano, > > On Fri, Oct 26, 2012 at 12:48 PM, Stefano Babic wrote: >> This patch modifies start.S for the arm1136 to make it >> conform to start.S in armv7 architecture, to make it >> usable if the SPL framework is used. >> >> Signed-off-by: Stef

Re: [U-Boot] [PATCH V3 1/6] ARM: Fix start.S when used with SPL in arm1136

2012-10-26 Thread Fabio Estevam
Hi Stefano, On Fri, Oct 26, 2012 at 12:48 PM, Stefano Babic wrote: > This patch modifies start.S for the arm1136 to make it > conform to start.S in armv7 architecture, to make it > usable if the SPL framework is used. > > Signed-off-by: Stefano Babic > --- > > Changes: > - Previous patch breaks

[U-Boot] [PATCH V3 1/6] ARM: Fix start.S when used with SPL in arm1136

2012-10-26 Thread Stefano Babic
This patch modifies start.S for the arm1136 to make it conform to start.S in armv7 architecture, to make it usable if the SPL framework is used. Signed-off-by: Stefano Babic --- Changes: - Previous patch breaks legacy nand_spl boards due to local u-boot.lds. Fixed it. arch/arm/cpu/arm1136/sta