aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2010-10-07 20:03:18 +1100
committerGraeme Russ <graeme.russ@gmail.com>2010-10-07 20:03:18 +1100
commit76d5763a4982b3d38a3b149c5ac987229262536a (patch)
tree86df6211aa007151792b34671e7c1b92307a7083 /arch/i386
parent458379d674f256d32132e29c20a223a3c39b9e34 (diff)
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
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/include/asm/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/include/asm/config.h b/arch/i386/include/asm/config.h
index 049c44eaf..1952de79f 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