Re: [U-Boot] [PATCH 14/17] x86: Move setup_pcat_compatibility() out of board.c

2012-01-04 Thread Graeme Russ
Hi Simon, On 04/01/12 16:48, Simon Glass wrote: > Hi Graeme, > > On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: >> >> Signed-off-by: Graeme Russ > > Perhaps mention why? Anyway: Added commit message 'This function simply does not belong in board.c' Regards, Graeme __

Re: [U-Boot] [PATCH 14/17] x86: Move setup_pcat_compatibility() out of board.c

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 Perhaps mention why? Anyway: Acked-by: Simon Glass Regards, Simon > --- >  arch/x86/lib/board.c  |    7 --- >  arch/x86/lib/zimage.c |    7 +++ >  2 files changed, 7 insertions(+), 7 deletio

[U-Boot] [PATCH 14/17] x86: Move setup_pcat_compatibility() out of board.c

2012-01-01 Thread Graeme Russ
Signed-off-by: Graeme Russ --- arch/x86/lib/board.c |7 --- arch/x86/lib/zimage.c |7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c index 533adf1..993e7df 100644 --- a/arch/x86/lib/board.c +++ b/arch/x86/lib/board.