Re: [U-Boot] [PATCH] armv7: Move save_boot_params_default() to start.S

2012-08-10 Thread Tom Rini
On 08/10/2012 04:12 PM, Benoît Thébaudeau wrote: > On Sat, Aug 11, 2012 at 12:44:34 AM +0200, Tom Rini wrote: >> On Fri, Aug 10, 2012 at 11:59:09PM +0200, Benoît Thébaudeau wrote: >> >>> save_boot_params() is called by start.S, so move its default >>> implementation to >>> this file too. This is al

Re: [U-Boot] [PATCH] armv7: Move save_boot_params_default() to start.S

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 11, 2012 at 12:44:34 AM +0200, Tom Rini wrote: > On Fri, Aug 10, 2012 at 11:59:09PM +0200, Benoît Thébaudeau wrote: > > > save_boot_params() is called by start.S, so move its default > > implementation to > > this file too. This is also useful for boards willing to use > > nand_spl sin

Re: [U-Boot] [PATCH] armv7: Move save_boot_params_default() to start.S

2012-08-10 Thread Tom Rini
On Fri, Aug 10, 2012 at 11:59:09PM +0200, Beno??t Th??baudeau wrote: > save_boot_params() is called by start.S, so move its default implementation to > this file too. This is also useful for boards willing to use nand_spl since > cpu.c is not built in this case. > > Signed-off-by: Beno??t Th??bau

[U-Boot] [PATCH] armv7: Move save_boot_params_default() to start.S

2012-08-10 Thread Benoît Thébaudeau
save_boot_params() is called by start.S, so move its default implementation to this file too. This is also useful for boards willing to use nand_spl since cpu.c is not built in this case. Signed-off-by: Benoît Thébaudeau Cc: Albert Aribaud --- .../arch/arm/cpu/armv7/cpu.c