diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/mpc85xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc85xx.h b/include/asm-ppc/mpc85xx.h index 276a817065d8..aab7cb76aefa 100644 --- a/include/asm-ppc/mpc85xx.h +++ b/include/asm-ppc/mpc85xx.h @@ -25,6 +25,9 @@ #ifdef CONFIG_MPC8540_ADS #include <platforms/85xx/mpc8540_ads.h> #endif +#ifdef CONFIG_SBC8560 +#include <platforms/85xx/sbc8560.h> +#endif #define _IO_BASE isa_io_base #define _ISA_MEM_BASE isa_mem_base |
