From: Graeme Russ Date: Thu, 7 Oct 2010 09:03:18 +0000 (+1100) Subject: x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards X-Git-Tag: v2010.12-rc1~149^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76d5763a4982b3d38a3b149c5ac987229262536a;p=platform%2Fkernel%2Fu-boot.git x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards Relocation is not board-specific for the x86 architectrure, so CONFIG_RELOC_FIXUP_WORKS can be defined globally in the config.h --- 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 da2a97d..fc7c1c6 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 - */