summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-20 13:54:56 +0900
committerTom Rini <trini@ti.com>2014-07-07 19:43:02 -0400
commitb8c1438a7aba4da91ef6a7b94c13148087656989 (patch)
treea18971cecf8535985e94bd88d5daa0be7c867a49 /include/commproc.h
parent03f9d7d1749fddf147823549e6965f6fb13faad6 (diff)
downloadblackbird-obmc-uboot-b8c1438a7aba4da91ef6a7b94c13148087656989.tar.gz
blackbird-obmc-uboot-b8c1438a7aba4da91ef6a7b94c13148087656989.zip
mpc8xx: remove v37 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.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/commproc.h b/include/commproc.h
index 48b761fd82..52ac4caf5a 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -1023,29 +1023,6 @@ typedef struct scc_enet {
# endif /* CONFIG_FEC_ENET */
#endif /* CONFIG_TQM855L/M, TQM860L/M, TQM862L/M */
-/*** V37 **********************************************************/
-
-#ifdef CONFIG_V37
-/* This ENET stuff is for the MPC823 with ethernet on SCC2. Some of
- * this may be unique to the Marel V37 configuration.
- * Note TENA is on Port B.
- */
-#define PROFF_ENET PROFF_SCC2
-#define CPM_CR_ENET CPM_CR_CH_SCC2
-#define SCC_ENET 1
-#define PA_ENET_RXD ((ushort)0x0004)
-#define PA_ENET_TXD ((ushort)0x0008)
-#define PA_ENET_TCLK ((ushort)0x0400)
-#define PA_ENET_RCLK ((ushort)0x0200)
-#define PB_ENET_TENA ((uint)0x00002000)
-#define PC_ENET_CLSN ((ushort)0x0040)
-#define PC_ENET_RENA ((ushort)0x0080)
-
-#define SICR_ENET_MASK ((uint)0x0000ff00)
-#define SICR_ENET_CLKRT ((uint)0x00002e00)
-#endif /* CONFIG_V37 */
-
-
/*********************************************************************/
/* SCC Event register as used by Ethernet.
OpenPOWER on IntegriCloud