From: Hannes Schmelzer Date: Thu, 25 Aug 2016 07:18:56 +0000 (+0200) Subject: board/BuR/common: increase NET_RETRY_COUNT to 10 X-Git-Tag: v2016.09~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=15db77d7fe501d8d191e2824decf1c367903352d;p=u-boot board/BuR/common: increase NET_RETRY_COUNT to 10 Sometimes boards may need more time to become stable network connection due to several reasons: - phy speed - link-partner (switch) Therefore we increase the retry-count to 10 for making sure that network connection works always. Signed-off-by: Hannes Schmelzer Reviewed-by: Tom Rini --- diff --git a/include/configs/bur_cfg_common.h b/include/configs/bur_cfg_common.h index f1837752ca..22c32496aa 100644 --- a/include/configs/bur_cfg_common.h +++ b/include/configs/bur_cfg_common.h @@ -33,7 +33,7 @@ #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_SUBNETMASK -#define CONFIG_NET_RETRY_COUNT 2 +#define CONFIG_NET_RETRY_COUNT 10 /* Network console */ #define CONFIG_NETCONSOLE 1