From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 12 Feb 2011 15:30:59 +1100 Subject: [U-Boot] [PATCH 27/32] x86: Fix incorrect usage of relocation offset In-Reply-To: <1296822959-3927-28-git-send-email-graeme.russ@gmail.com> References: <1296822959-3927-1-git-send-email-graeme.russ@gmail.com> <1296822959-3927-28-git-send-email-graeme.russ@gmail.com> Message-ID: <4D560D03.9040902@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) > Applied to u-boot-x86 Regards, Graeme