summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>2014-10-17 20:44:36 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:28 -0400
commita4d2adee110d1534705d84c573a41e6d7877f0d7 (patch)
tree76da94187c5033acbfbe637dbad3ba926a9e1e0b /include
parent3fe93623cc5f5c5373fe0c0b7fe331f8800f4350 (diff)
downloadblackbird-obmc-uboot-a4d2adee110d1534705d84c573a41e6d7877f0d7.tar.gz
blackbird-obmc-uboot-a4d2adee110d1534705d84c573a41e6d7877f0d7.zip
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 <vitalya@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ks2_evm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index 5b3d68b7aa..fe197dc25a 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
OpenPOWER on IntegriCloud