Re: [U-Boot] [PATCH 1/5] x86: Fix compilation on 64-bit build machines

2012-11-28 Thread Graeme Russ
Hi Simon, On Thu, Nov 29, 2012 at 8:18 AM, Graeme Russ wrote: > > Hi Simon, > > On Thu, Nov 29, 2012 at 6:46 AM, Simon Glass wrote: >> >> Hi Graeme, >> >> On Tue, Nov 27, 2012 at 5:38 PM, Simon Glass wrote: >> > From: Graeme Russ > > > [snip] > >> >> > diff --git a/examples/standalone/Makefil

Re: [U-Boot] [PATCH 1/5] x86: Fix compilation on 64-bit build machines

2012-11-28 Thread Graeme Russ
Hi Simon, On Thu, Nov 29, 2012 at 6:46 AM, Simon Glass wrote: > Hi Graeme, > > On Tue, Nov 27, 2012 at 5:38 PM, Simon Glass wrote: > > From: Graeme Russ > [snip] > > diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile > > index baaa2fb..7c1ea5c 100644 > > --- a/examples

Re: [U-Boot] [PATCH 1/5] x86: Fix compilation on 64-bit build machines

2012-11-28 Thread Simon Glass
Hi Graeme, On Tue, Nov 27, 2012 at 5:38 PM, Simon Glass wrote: > From: Graeme Russ > > Signed-off-by: Graeme Russ > Signed-off-by: Simon Glass > --- > Makefile |1 + > arch/x86/cpu/config.mk |3 ++- > examples/standalone/Makefile |2 +- > 3 files changed,

[U-Boot] [PATCH 1/5] x86: Fix compilation on 64-bit build machines

2012-11-27 Thread Simon Glass
From: Graeme Russ Signed-off-by: Graeme Russ Signed-off-by: Simon Glass --- Makefile |1 + arch/x86/cpu/config.mk |3 ++- examples/standalone/Makefile |2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1a17be9..