commit | 15db77d7fe501d8d191e2824decf1c367903352d | [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 | 903f864302c2dbb6b479919d5029855befe50eda [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>