diff options
| author | Khoronzhuk, Ivan <[email protected]> | 2014-10-17 20:44:36 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-10-23 11:27:28 -0400 |
| commit | a4d2adee110d1534705d84c573a41e6d7877f0d7 (patch) | |
| tree | 76da94187c5033acbfbe637dbad3ba926a9e1e0b /include | |
| parent | 3fe93623cc5f5c5373fe0c0b7fe331f8800f4350 (diff) | |
net: keystone_net: use general get link function
The phy framework has function to get link, so use it
instead of own implementation.
There is no reason to check SGMII link while sending each
packet, phy link is enough. Check SGMII link only while
ethernet open.
Acked-by: Vitaly Andrianov <[email protected]>
Signed-off-by: Ivan Khoronzhuk <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ks2_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index 5b3d68b7aaa..fe197dc25a9 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ks2_evm.h @@ -101,7 +101,6 @@ #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_NET_RETRY_COUNT 32 #define CONFIG_NET_MULTI -#define CONFIG_GET_LINK_STATUS_ATTEMPTS 5 #define CONFIG_SYS_SGMII_REFCLK_MHZ 312 #define CONFIG_SYS_SGMII_LINERATE_MHZ 1250 #define CONFIG_SYS_SGMII_RATESCALE 2 |
