]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards
authorGraeme Russ <graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:18 +0000 (20:03 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:18 +0000 (20:03 +1100)
Relocation is not board-specific for the x86 architectrure, so
CONFIG_RELOC_FIXUP_WORKS can be defined globally in the config.h

arch/i386/include/asm/config.h
include/configs/eNET.h

index 049c44eaf84de0ce67d86afcf0cd016d4bd6c407..1952de79f8ae121030414d64ffb7c3f919be27d7 100644 (file)
@@ -21,4 +21,6 @@
 #ifndef _ASM_CONFIG_H_
 #define _ASM_CONFIG_H_
 
+#define CONFIG_RELOC_FIXUP_WORKS
+
 #endif
index da2a97d26d4140e9db903dd1496efba850bfddef..fc7c1c6ce9dbdafec2b8413ed82ed97226459a26 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_RELOC_FIXUP_WORKS
-
 /*
  * Stuff still to be dealt with -
  */