[U-Boot] [PATCH] board/BuR/common: increase NET_RETRY_COUNT to 10
Hannes Schmelzer
oe5hpm at oevsv.at
Thu Aug 25 09:18:56 CEST 2016
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 at oevsv.at>
---
include/configs/bur_cfg_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/bur_cfg_common.h b/include/configs/bur_cfg_common.h
index f183775..22c3249 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
--
1.9.1
More information about the U-Boot
mailing list