]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
Revert "Correct fixup relocation for mpc8260"
[karo-tx-uboot.git] / include / common.h
index aca281bdad6ad2064011a797cd6d88118d0c9ad8..d763cc7e2e5cb47eb30fade64c8d3e093a470e89 100644 (file)
@@ -70,7 +70,6 @@ typedef volatile unsigned char        vu_char;
 #elif defined(CONFIG_MPC512X)
 #include <mpc512x.h>
 #include <asm/immap_512x.h>
-#define CONFIG_RELOC_FIXUP_WORKS
 #elif defined(CONFIG_MPC8220)
 #include <asm/immap_8220.h>
 #define CONFIG_RELOC_FIXUP_WORKS
@@ -87,7 +86,6 @@ typedef volatile unsigned char        vu_char;
 #define CONFIG_MPC8260 1
 #endif
 #include <asm/immap_8260.h>
-#define CONFIG_RELOC_FIXUP_WORKS
 #endif
 #ifdef CONFIG_MPC86xx
 #include <mpc86xx.h>
@@ -100,7 +98,6 @@ typedef volatile unsigned char       vu_char;
 #ifdef CONFIG_MPC83XX
 #include <mpc83xx.h>
 #include <asm/immap_83xx.h>
-#define CONFIG_RELOC_FIXUP_WORKS
 #endif
 #ifdef CONFIG_4xx
 #include <ppc4xx.h>