diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-20 13:54:53 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:43:02 -0400 |
commit | c750b9c01223034f5ad49da3f0fe834f1cb0a93f (patch) | |
tree | 3ebf0053a64cb6dbf77fb9ce807680f5555076c0 /include/commproc.h | |
parent | 0657e46e28a3b0cf5fe1219f50a9f99fe7f9e90a (diff) | |
download | u-boot-imx-c750b9c01223034f5ad49da3f0fe834f1cb0a93f.zip u-boot-imx-c750b9c01223034f5ad49da3f0fe834f1cb0a93f.tar.gz u-boot-imx-c750b9c01223034f5ad49da3f0fe834f1cb0a93f.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commproc.h b/include/commproc.h index ef59df9..d53cbdd 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) || \ |