diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:12 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:52 -0500 |
commit | 79cbecb81ba8ed05ca890587f6eead0555c90293 (patch) | |
tree | 3e4f2b2c4b6a66ef775b9cccb006e253f7630cfd /include/commproc.h | |
parent | 8737fc7529cf863549d8e5bd631a47008302086f (diff) | |
download | u-boot-79cbecb81ba8ed05ca890587f6eead0555c90293.tar.gz u-boot-79cbecb81ba8ed05ca890587f6eead0555c90293.tar.bz2 u-boot-79cbecb81ba8ed05ca890587f6eead0555c90293.zip |
mpc8xx: remove R360MPI board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/commproc.h')
-rw-r--r-- | include/commproc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/commproc.h b/include/commproc.h index 7d6286179a..38e4e7d601 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -630,7 +630,6 @@ typedef struct scc_enet { /*** MVS1, TQM823L/M, TQM850L/M, TQM885D, R360MPI **********/ #if (defined(CONFIG_MVS) && CONFIG_MVS < 2) || \ - defined(CONFIG_R360MPI) || \ defined(CONFIG_TQM823L) || \ defined(CONFIG_TQM823M) || defined(CONFIG_TQM850L) || \ defined(CONFIG_TQM850M) || defined(CONFIG_TQM885D) @@ -650,9 +649,6 @@ typedef struct scc_enet { #define PC_ENET_CLSN ((ushort)0x0040) /* PC 9 */ #define PC_ENET_RENA ((ushort)0x0080) /* PC 8 */ -#if defined(CONFIG_R360MPI) -#define PC_ENET_LBK ((ushort)0x0008) /* PC 12 */ -#endif /* CONFIG_R360MPI */ /* Control bits in the SICR to route TCLK (CLK3) and RCLK (CLK1) to * SCC2. Also, make sure GR2 (bit 16) and SC2 (bit 17) are zero. |