diff options
| author | Ben Warren <biggerbadderben@gmail.com> | 2009-02-05 23:58:25 -0800 | 
|---|---|---|
| committer | Ben Warren <biggerbadderben@gmail.com> | 2009-02-09 23:01:40 -0800 | 
| commit | 86321fc1128c93a10ac4afb9d317b0df8ece0f9e (patch) | |
| tree | c729d740fd6d105969cc28e765eabd7b47b992ca /include/configs/TOP5200.h | |
| parent | 638ed3e296e70fab286d157b7adedaaa4a09a474 (diff) | |
| download | olio-uboot-2014.01-86321fc1128c93a10ac4afb9d317b0df8ece0f9e.tar.xz olio-uboot-2014.01-86321fc1128c93a10ac4afb9d317b0df8ece0f9e.zip | |
net: removed board-specific CONFIGs from MPC5xxx FEC driver
Added new CONFIG options for the three type of MAC-PHY interconnect and
applied them all relevant board config files
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/TOP5200.h')
| -rw-r--r-- | include/configs/TOP5200.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/TOP5200.h b/include/configs/TOP5200.h index 046948e74..50197f4c5 100644 --- a/include/configs/TOP5200.h +++ b/include/configs/TOP5200.h @@ -312,7 +312,7 @@   * Ethernet configuration   */  #define CONFIG_MPC5xxx_FEC	1 -#define CONFIG_FEC_10MBIT	1		/* Workaround for FEC 100Mbit problem */ +#define CONFIG_MPC5xxx_FEC_MII10	/* Workaround for FEC 100Mbit problem */  #define	CONFIG_PHY_ADDR		0x1f  #define	CONFIG_PHY_TYPE		0x79c874  /* |