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
This commit is contained in:
Graeme Russ 2010-10-07 20:03:18 +11:00
parent 458379d674
commit 76d5763a49
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,6 @@
#ifndef _ASM_CONFIG_H_ #ifndef _ASM_CONFIG_H_
#define _ASM_CONFIG_H_ #define _ASM_CONFIG_H_
#define CONFIG_RELOC_FIXUP_WORKS
#endif #endif

View File

@ -29,8 +29,6 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#define CONFIG_RELOC_FIXUP_WORKS
/* /*
* Stuff still to be dealt with - * Stuff still to be dealt with -
*/ */