diff options
author | Andy Fleming <afleming@freescale.com> | 2006-04-02 17:42:40 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-04-04 16:09:18 -0500 |
commit | 591f0a4287d0de243493fd0c133c862e1d1f1c97 (patch) | |
tree | 02ee295688f70c00e8034139d1966b217bb7725e /include/asm-ppc | |
parent | 6246b6128bbe34d0752f119cf7c5111c85fe481d (diff) | |
download | linux-3.10-591f0a4287d0de243493fd0c133c862e1d1f1c97.tar.gz linux-3.10-591f0a4287d0de243493fd0c133c862e1d1f1c97.tar.bz2 linux-3.10-591f0a4287d0de243493fd0c133c862e1d1f1c97.zip |
Add 85xx CDS to arch/powerpc
This patch adds support for 85xx CDS support to arch/powerpc
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
-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 f47002a60ed..4f844ebe766 100644 --- a/include/asm-ppc/mpc85xx.h +++ b/include/asm-ppc/mpc85xx.h @@ -28,6 +28,9 @@ #if defined(CONFIG_MPC8555_CDS) || defined(CONFIG_MPC8548_CDS) #include <platforms/85xx/mpc8555_cds.h> #endif +#ifdef CONFIG_MPC85xx_CDS +#include <platforms/85xx/mpc85xx_cds.h> +#endif #ifdef CONFIG_MPC8560_ADS #include <platforms/85xx/mpc8560_ads.h> #endif |