diff options
Diffstat (limited to 'include/configs/EP88x.h')
-rw-r--r-- | include/configs/EP88x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/EP88x.h b/include/configs/EP88x.h index 89e0eebeead..c2ab18a79ed 100644 --- a/include/configs/EP88x.h +++ b/include/configs/EP88x.h @@ -42,6 +42,7 @@ #define CONFIG_ETHER_ON_FEC2 /* Enable Ethernet on FEC2 */ #if defined(CONFIG_ETHER_ON_FEC1) || defined(CONFIG_ETHER_ON_FEC2) #define CFG_DISCOVER_PHY +#define CONFIG_MII_INIT 1 #define FEC_ENET #endif /* CONFIG_FEC_ENET */ |