summaryrefslogtreecommitdiff
path: root/include/configs/bur_cfg_common.h
diff options
context:
space:
mode:
authorHannes Schmelzer <oe5hpm@oevsv.at>2016-08-25 07:18:56 (GMT)
committerTom Rini <trini@konsulko.com>2016-09-06 17:41:41 (GMT)
commit15db77d7fe501d8d191e2824decf1c367903352d (patch)
treef0444c71bfa6b39f63299a4c588435d44c61f707 /include/configs/bur_cfg_common.h
parent903f864302c2dbb6b479919d5029855befe50eda (diff)
downloadu-boot-15db77d7fe501d8d191e2824decf1c367903352d.tar.xz
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 <oe5hpm@oevsv.at> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/bur_cfg_common.h')
-rw-r--r--include/configs/bur_cfg_common.h2
1 files changed, 1 insertions, 1 deletions
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