Skip to content
Snippets Groups Projects
Commit 15db77d7 authored by Hannes Schmelzer's avatar Hannes Schmelzer Committed by Tom Rini
Browse files

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: default avatarHannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 903f8643
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_BOOTP_SEND_HOSTNAME
#define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_SUBNETMASK
#define CONFIG_NET_RETRY_COUNT 2 #define CONFIG_NET_RETRY_COUNT 10
/* Network console */ /* Network console */
#define CONFIG_NETCONSOLE 1 #define CONFIG_NETCONSOLE 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment