From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 23 Aug 2010 08:46:02 +0200 Subject: [U-Boot] [PATCH 05/13] x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards In-Reply-To: <1282474267-10244-6-git-send-email-graeme.russ@gmail.com> References: <1282474267-10244-1-git-send-email-graeme.russ@gmail.com> <1282474267-10244-6-git-send-email-graeme.russ@gmail.com> Message-ID: <4C72192A.4080601@invitel.hu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Graeme, Graeme Russ wrote: > Relocation is not board-specific fir the x86 architectrure, so > CONFIG_RELOC_FIXUP_WORKS can be defined globally in the common.h > > Signed-off-by: Graeme Russ Acked-by: Heiko Schocher > --- > arch/i386/include/asm/config.h | 2 ++ > include/configs/eNET.h | 2 -- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/i386/include/asm/config.h b/arch/i386/include/asm/config.h > index 049c44e..1952de7 100644 > --- a/arch/i386/include/asm/config.h > +++ b/arch/i386/include/asm/config.h > @@ -21,4 +21,6 @@ > #ifndef _ASM_CONFIG_H_ > #define _ASM_CONFIG_H_ > > +#define CONFIG_RELOC_FIXUP_WORKS > + > #endif > diff --git a/include/configs/eNET.h b/include/configs/eNET.h > index 361fe61..04321e1 100644 > --- a/include/configs/eNET.h > +++ b/include/configs/eNET.h > @@ -29,8 +29,6 @@ > #ifndef __CONFIG_H > #define __CONFIG_H > > -#define CONFIG_RELOC_FIXUP_WORKS > - > /* > * Stuff still to be dealt with - > */ bye, Heiko