
23 Aug
2010
23 Aug
'10
10:37 a.m.
Hello.
Graeme Russ wrote:
Relocation is not board-specific fir the x86 architectrure, so
s/fir/for/
CONFIG_RELOC_FIXUP_WORKS can be defined globally in the common.h
You mean config.h?
Signed-off-by: Graeme Russ graeme.russ@gmail.com
[...]
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
WBR, Sergei