diff options
Diffstat (limited to 'include/configs/mx6q_sabreauto.h')
-rw-r--r-- | include/configs/mx6q_sabreauto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h index cd0aa73..41ea54a 100644 --- a/include/configs/mx6q_sabreauto.h +++ b/include/configs/mx6q_sabreauto.h @@ -161,9 +161,10 @@ #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 1 #define CONFIG_ETH_PRIME #define CONFIG_RMII +#define CONFIG_PHY_MICREL_KSZ9021 #define CONFIG_CMD_MII #define CONFIG_CMD_DHCP #define CONFIG_CMD_PING |