diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 12:59:51 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:12 -0400 |
commit | 0ace4d9d8f33c54611af9f9b786696305aef97c3 (patch) | |
tree | 94c23e787f60bc66ae97db402669b0434b0be5d1 /include/common.h | |
parent | 62d636aa2ac2171fd8105cca0b9ea96117b66547 (diff) | |
download | u-boot-imx-0ace4d9d8f33c54611af9f9b786696305aef97c3.zip u-boot-imx-0ace4d9d8f33c54611af9f9b786696305aef97c3.tar.gz u-boot-imx-0ace4d9d8f33c54611af9f9b786696305aef97c3.tar.bz2 |
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.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h index 1d6cb48..c7e51ca 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) \ |