mirror of
https://xff.cz/git/u-boot/
synced 2025-10-20 01:14:39 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
6bde1ec10f
commit
aec6f8c59f
@@ -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
|
||||
|
Reference in New Issue
Block a user