Re: [U-Boot] [PATCH 09/17] x86: Create weak init_cache() function

2012-01-04 Thread Graeme Russ
Hi Simon, On 04/01/12 16:38, Simon Glass wrote: > Hi Graeme, > > On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: >> >> Signed-off-by: Graeme Russ >> --- >> arch/x86/cpu/cpu.c| 18 +++--- >> arch/x86/include/asm/u-boot-x86.h |1 + >> arch/x86/lib/board.c

Re: [U-Boot] [PATCH 09/17] x86: Create weak init_cache() function

2012-01-03 Thread Simon Glass
Hi Graeme, On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: > > Signed-off-by: Graeme Russ > --- >  arch/x86/cpu/cpu.c                |   18 +++--- >  arch/x86/include/asm/u-boot-x86.h |    1 + >  arch/x86/lib/board.c              |    1 + >  3 files changed, 17 insertions(+), 3 de

[U-Boot] [PATCH 09/17] x86: Create weak init_cache() function

2012-01-01 Thread Graeme Russ
Signed-off-by: Graeme Russ --- arch/x86/cpu/cpu.c| 18 +++--- arch/x86/include/asm/u-boot-x86.h |1 + arch/x86/lib/board.c |1 + 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c index e7a5fc