diff options
author | Stefan Roese <sr@denx.de> | 2007-02-12 11:29:04 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-13 15:35:52 +1100 |
commit | ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89 (patch) | |
tree | 5d6d4fe9545100b867533631572f10e6bd602d78 /include/asm-ppc | |
parent | 7ac9a13717c10c5ee074a6b23096c8d277fa5712 (diff) | |
download | linux-ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89.tar.gz linux-ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89.tar.bz2 linux-ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89.zip |
[POWERPC] ppc: Add support for AMCC Taishan 440GX eval board
This patch adds support for the AMCC Taishan PPC440GX evaluation
board.
This is still an arch/ppc port. I'm aware that the move of
4xx to arch/powerpc is making good progress right now. So this
patch is mainly intended to make the Taishan support available
for the community right now.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/ibm4xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ppc/ibm4xx.h b/include/asm-ppc/ibm4xx.h index 7a64ede53bb6..92fd02d7b177 100644 --- a/include/asm-ppc/ibm4xx.h +++ b/include/asm-ppc/ibm4xx.h @@ -109,6 +109,10 @@ void ppc4xx_init(unsigned long r3, unsigned long r4, unsigned long r5, #include <platforms/4xx/ocotea.h> #endif +#if defined(CONFIG_TAISHAN) +#include <platforms/4xx/taishan.h> +#endif + #ifndef __ASSEMBLY__ #ifdef CONFIG_40x /* |