Re: [U-Boot] [PATCHv2 2/2] powerpc: Stack Pointer not properly aligned

2012-08-14 Thread Joakim Tjernlund
Ping? > > The code first aligns the SP to 16 then subtract 8, making it > 8 bytes aligned. Furthermore the initial stack frame not > quite correct either. > > Signed-off-by: Joakim Tjernlund > --- > > v2 - Address Scott Wood's comments > > arch/powerpc/lib/board.c |5 ++--- > 1 files chang

[U-Boot] [PATCHv2 2/2] powerpc: Stack Pointer not properly aligned

2012-07-23 Thread Joakim Tjernlund
The code first aligns the SP to 16 then subtract 8, making it 8 bytes aligned. Furthermore the initial stack frame not quite correct either. Signed-off-by: Joakim Tjernlund --- v2 - Address Scott Wood's comments arch/powerpc/lib/board.c |5 ++--- 1 files changed, 2 insertions(+), 3 deleti