commit | 04823232de01aa12a63624a9411f0482bffd1b16 | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <oe5hpm@oevsv.at> | Thu Aug 25 09:18:56 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 06 13:41:41 2016 -0400 |
tree | f0444c71bfa6b39f63299a4c588435d44c61f707 | |
parent | 4b63bb213131b16cdc9a3141e671bd36aefd6c7f [diff] |
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>