]> git.sur5r.net Git - u-boot/commitdiff
board/BuR/common: increase NET_RETRY_COUNT to 10
authorHannes Schmelzer <oe5hpm@oevsv.at>
Thu, 25 Aug 2016 07:18:56 +0000 (09:18 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 6 Sep 2016 17:41:41 +0000 (13:41 -0400)
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 <oe5hpm@oevsv.at>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/bur_cfg_common.h

index f1837752ca5e9545ed783b1a1de0a034a91e6ff9..22c32496aadcc602a1bb9c8166959513ff1114c3 100644 (file)
@@ -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