Re: [U-Boot] [PATCH 27/32] x86: Fix incorrect usage of relocation offset

2011-02-11 Thread Graeme Russ
On 04/02/11 23:35, Graeme Russ wrote: > x86 has always used relocation offset in the opposite sense to the ELF > standard - Fix this > > Signed-off-by: Graeme Russ > --- > arch/i386/cpu/start.S |2 +- > arch/i386/lib/board.c | 10 +- > 2 files changed, 6 insertions(+), 6 deletions(

[U-Boot] [PATCH 27/32] x86: Fix incorrect usage of relocation offset

2011-02-04 Thread Graeme Russ
x86 has always used relocation offset in the opposite sense to the ELF standard - Fix this Signed-off-by: Graeme Russ --- arch/i386/cpu/start.S |2 +- arch/i386/lib/board.c | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/i386/cpu/start.S b/arch/i386/cpu