summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-20 13:54:53 +0900
committerTom Rini <trini@ti.com>2014-07-07 19:43:02 -0400
commitc750b9c01223034f5ad49da3f0fe834f1cb0a93f (patch)
tree3ebf0053a64cb6dbf77fb9ce807680f5555076c0 /include/commproc.h
parent0657e46e28a3b0cf5fe1219f50a9f99fe7f9e90a (diff)
downloadblackbird-obmc-uboot-c750b9c01223034f5ad49da3f0fe834f1cb0a93f.tar.gz
blackbird-obmc-uboot-c750b9c01223034f5ad49da3f0fe834f1cb0a93f.zip
mpc8xx: remove rbc823 board support
This board is old enough and has no maintainer. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/commproc.h')
-rw-r--r--include/commproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commproc.h b/include/commproc.h
index ef59df9388..d53cbdd659 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -968,7 +968,7 @@ typedef struct scc_enet {
/*** MVS1, TQM823L/M, TQM850L/M, TQM885D, R360MPI **********/
#if (defined(CONFIG_MVS) && CONFIG_MVS < 2) || \
- defined(CONFIG_R360MPI) || defined(CONFIG_RBC823) || \
+ defined(CONFIG_R360MPI) || \
defined(CONFIG_RRVISION)|| defined(CONFIG_TQM823L) || \
defined(CONFIG_TQM823M) || defined(CONFIG_TQM850L) || \
defined(CONFIG_TQM850M) || defined(CONFIG_TQM885D) || \
OpenPOWER on IntegriCloud