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

2012-11-27 Thread Simon Glass
Hi, On Sun, Apr 29, 2012 at 5:00 AM, Graeme Russ wrote: > > Signed-off-by: Graeme Russ I have updated the commit subject and applied to x86/next. Regards, Simon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2012-04-29 Thread Graeme Russ
Signed-off-by: Graeme Russ --- 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 cdd4294..4f5cb60 100644 --- a/Makefile +++ b/Makefile @@