diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 15:55:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:55 -0700 |
commit | f4ad35a34bdc27ae18f97d684ca0e693bbffd5f5 (patch) | |
tree | 3f238e3c86297b9fffb94984b0885912ba1d467b /include/asm-ppc | |
parent | 8b1a97776d0e4ad76e1e350e7ec1f4406af5f9e1 (diff) |
[PATCH] ppc32: Remove board support for SPD823TS
Support for the SPD823TS board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/mpc8xx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc/mpc8xx.h b/include/asm-ppc/mpc8xx.h index 7c31f2d564a..dc8e5989605 100644 --- a/include/asm-ppc/mpc8xx.h +++ b/include/asm-ppc/mpc8xx.h @@ -36,10 +36,6 @@ #include <platforms/tqm8xx.h> #endif -#if defined(CONFIG_SPD823TS) -#include <platforms/spd8xx.h> -#endif - #if defined(CONFIG_IVMS8) || defined(CONFIG_IVML24) #include <platforms/ivms8.h> #endif |