Re: [U-Boot] [PATCH 06/17] x86: Rework relocation calcuations

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 I think all of these patches should have a commit message. Anyway: Acked-by: Simon Glass Regards, Simon > --- >  arch/x86/lib/board.c |   23 +++ >  1 files changed, 11 insertions

[U-Boot] [PATCH 06/17] x86: Rework relocation calcuations

2012-01-01 Thread Graeme Russ
Signed-off-by: Graeme Russ --- arch/x86/lib/board.c | 23 +++ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c index 978beaa..bc5027b 100644 --- a/arch/x86/lib/board.c +++ b/arch/x86/lib/board.c @@ -164,24 +164,23