diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6q_sabresd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabresd.h b/include/configs/mx6q_sabresd.h index 5ef2884..72a3c93 100644 --- a/include/configs/mx6q_sabresd.h +++ b/include/configs/mx6q_sabresd.h @@ -162,7 +162,8 @@ #define CONFIG_FEC0_MIIBASE -1 #define CONFIG_GET_FEC_MAC_ADDR_FROM_IIM #define CONFIG_MXC_FEC -#define CONFIG_FEC0_PHY_ADDR 0 +#define CONFIG_FEC0_PHY_ADDR 0xFF +#define CONFIG_DISCOVER_PHY #define CONFIG_ETH_PRIME #define CONFIG_RMII #define CONFIG_CMD_MII |