Re: [U-Boot] [PATCH 1/2] powerpc: Stack Pointer must be 16 aligned

2012-07-21 Thread Joakim Tjernlund
Scott Wood wrote on 2012/07/20 23:12:49: > From: Scott Wood > To: Joakim Tjernlund , > Cc: > Date: 2012/07/20 23:12 > Subject: Re: [U-Boot] [PATCH 1/2] powerpc: Stack Pointer must be 16 aligned > > On 07/20/2012 04:20 AM, Joakim Tjernlund wrote: > > The PowerPC A

Re: [U-Boot] [PATCH 1/2] powerpc: Stack Pointer must be 16 aligned

2012-07-20 Thread Scott Wood
On 07/20/2012 04:20 AM, Joakim Tjernlund wrote: > The PowerPC ABI mandates the SP to be 16 bytes aligned, make is so. > > Signed-off-by: Joakim Tjernlund > --- > arch/powerpc/lib/board.c |5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > > diff --git arch/powerpc/lib/board.c arc

[U-Boot] [PATCH 1/2] powerpc: Stack Pointer must be 16 aligned

2012-07-20 Thread Joakim Tjernlund
The PowerPC ABI mandates the SP to be 16 bytes aligned, make is so. Signed-off-by: Joakim Tjernlund --- arch/powerpc/lib/board.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git arch/powerpc/lib/board.c arch/powerpc/lib/board.c index d5b75e5..dc7cc40 100644 --- arch/pow