summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-06 12:59:55 +0900
committerTom Rini <trini@ti.com>2014-08-21 12:01:12 -0400
commitaec6f8c59f7b24b46156917a1f41f647c3fa01aa (patch)
treeed3506f720223556afdc61e9225fc8850c660837 /include/commproc.h
parent6bde1ec10ff438170721624ca87b86fd25669b3b (diff)
downloadblackbird-obmc-uboot-aec6f8c59f7b24b46156917a1f41f647c3fa01aa.tar.gz
blackbird-obmc-uboot-aec6f8c59f7b24b46156917a1f41f647c3fa01aa.zip
powerpc: mpc8xx: remove FLAGADM 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/commproc.h')
-rw-r--r--include/commproc.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/commproc.h b/include/commproc.h
index 76a62deba0..82a1a985b2 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -456,27 +456,6 @@ typedef struct scc_enet {
#define SICR_ENET_CLKRT ((uint)0x00002c00)
#endif /* CONFIG_BSEIP */
-/*** BSEIP **********************************************************/
-
-#ifdef CONFIG_FLAGADM
-/* Enet configuration for the FLAGADM */
-/* Enet on SCC2 */
-
-#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)0x0100)
-#define PA_ENET_RCLK ((ushort)0x0400)
-#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)0x00003400)
-#endif /* CONFIG_FLAGADM */
-
/*** ELPT860 *********************************************************/
#ifdef CONFIG_ELPT860
OpenPOWER on IntegriCloud