Skip to content
Snippets Groups Projects
Commit 76d5763a authored by Graeme Russ's avatar Graeme Russ
Browse files

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
parent 458379d6
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,6 @@ ...@@ -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
...@@ -29,8 +29,6 @@ ...@@ -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 -
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment