diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index d8b6b469e..d89617ae2 100644 --- a/include/common.h +++ b/include/common.h @@ -63,10 +63,15 @@ typedef volatile unsigned char	vu_char;  #endif  #elif defined(CONFIG_5xx)  #include <asm/5xx_immap.h> +#define CONFIG_RELOC_FIXUP_WORKS  #elif defined(CONFIG_MPC5xxx)  #include <mpc5xxx.h> +#define CONFIG_RELOC_FIXUP_WORKS  #elif defined(CONFIG_MPC8220)  #include <asm/immap_8220.h> +#define CONFIG_RELOC_FIXUP_WORKS +#elif defined(CONFIG_824X) +#define CONFIG_RELOC_FIXUP_WORKS  #elif defined(CONFIG_8260)  #if   defined(CONFIG_MPC8247) \     || defined(CONFIG_MPC8248) \ @@ -78,6 +83,7 @@ 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> @@ -90,6 +96,7 @@ 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> |