diff options
Diffstat (limited to 'include/asm-ppc/mpc8xx.h')
-rw-r--r-- | include/asm-ppc/mpc8xx.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/asm-ppc/mpc8xx.h b/include/asm-ppc/mpc8xx.h index 2476f7540..499114d00 100644 --- a/include/asm-ppc/mpc8xx.h +++ b/include/asm-ppc/mpc8xx.h @@ -33,12 +33,16 @@ #include <asm/rpxclassic.h> #endif -#if (defined(CONFIG_TQM860) || defined(CONFIG_TQM860L)) -#include <asm/tqm860.h> +#if (defined(CONFIG_TQM860) || defined(CONFIG_TQM8xxL)) +#include <asm/tqm8xx.h> #endif -#ifdef CONFIG_TQM8xxL -#include <asm/tqm8xxL.h> +#if defined(CONFIG_SPD823TS) +#include <asm/spd8xx.h> +#endif + +#if defined(CONFIG_IVMS8) +#include <asm/ivms8.h> #endif /* I need this to get pt_regs....... |