summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-06 12:59:51 +0900
committerTom Rini <trini@ti.com>2014-08-21 12:01:12 -0400
commit0ace4d9d8f33c54611af9f9b786696305aef97c3 (patch)
tree94c23e787f60bc66ae97db402669b0434b0be5d1 /include/common.h
parent62d636aa2ac2171fd8105cca0b9ea96117b66547 (diff)
downloadblackbird-obmc-uboot-0ace4d9d8f33c54611af9f9b786696305aef97c3.tar.gz
blackbird-obmc-uboot-0ace4d9d8f33c54611af9f9b786696305aef97c3.zip
powerpc: mpc8xx: remove stxxtc board support
This board has been orphaned for a while and old enough. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 1d6cb48ff0..c7e51ca41c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -32,10 +32,7 @@ typedef volatile unsigned char vu_char;
defined(CONFIG_MPC866) || \
defined(CONFIG_MPC866P)
# define CONFIG_MPC866_FAMILY 1
-#elif defined(CONFIG_MPC870) \
- || defined(CONFIG_MPC875) \
- || defined(CONFIG_MPC880) \
- || defined(CONFIG_MPC885)
+#elif defined(CONFIG_MPC885)
# define CONFIG_MPC885_FAMILY 1
#endif
#if defined(CONFIG_MPC860) \
OpenPOWER on IntegriCloud