Re: [U-Boot] [PATCH] arm: New stack pointer is already aligned

2014-01-13 Thread Tom Rini
On Mon, Jan 13, 2014 at 10:07:50AM +0100, Albert ARIBAUD wrote: > Hi Wolfgang, > > On Fri, 29 Nov 2013 07:14:13 +0100, Wolfgang Denk wrote: > > > Dear Tom Rini, > > > > In message <1385580930-9830-1-git-send-email-tr...@ti.com> you wrote: > > > The code in arch/arm/lib/board.c::board_init_f tha

Re: [U-Boot] [PATCH] arm: New stack pointer is already aligned

2014-01-13 Thread Albert ARIBAUD
Hi Wolfgang, On Fri, 29 Nov 2013 07:14:13 +0100, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <1385580930-9830-1-git-send-email-tr...@ti.com> you wrote: > > The code in arch/arm/lib/board.c::board_init_f that sets > > gd->start_addr_sp has already make sure we're 8-byte aligned, so we >

Re: [U-Boot] [PATCH] arm: New stack pointer is already aligned

2013-11-28 Thread Wolfgang Denk
Dear Tom Rini, In message <1385580930-9830-1-git-send-email-tr...@ti.com> you wrote: > The code in arch/arm/lib/board.c::board_init_f that sets > gd->start_addr_sp has already make sure we're 8-byte aligned, so we > don't need to do that again. > > Cc: Albert ARIBAUD > Signed-off-by: Tom Rini >

[U-Boot] [PATCH] arm: New stack pointer is already aligned

2013-11-27 Thread Tom Rini
The code in arch/arm/lib/board.c::board_init_f that sets gd->start_addr_sp has already make sure we're 8-byte aligned, so we don't need to do that again. Cc: Albert ARIBAUD Signed-off-by: Tom Rini --- arch/arm/lib/crt0.S |1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/lib/crt0.S