diff options
author | Vitaly Andrianov <vitalya@ti.com> | 2016-03-11 08:23:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-22 12:16:07 -0400 |
commit | b8dafa2209adf5edd1037bbd4bdf21a738fb18dc (patch) | |
tree | 52ff9e3ab0d9af6dcd9def2ddbf768635e2803f2 /board/ti/ks2_evm/board.c | |
parent | 55926ddd189546742a4496e6690c2b62958cd7cd (diff) | |
download | u-boot-b8dafa2209adf5edd1037bbd4bdf21a738fb18dc.tar.gz u-boot-b8dafa2209adf5edd1037bbd4bdf21a738fb18dc.tar.xz u-boot-b8dafa2209adf5edd1037bbd4bdf21a738fb18dc.zip |
ti: k2g: increase phy autoneg timeout
After power cycle of a K2G EVM dhcp fails due to a auto-negotiation
timeout. This commit increases the timeout to fix the issue.
Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti/ks2_evm/board.c')
-rw-r--r-- | board/ti/ks2_evm/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/ks2_evm/board.c b/board/ti/ks2_evm/board.c index ca668a7c69..e16669da08 100644 --- a/board/ti/ks2_evm/board.c +++ b/board/ti/ks2_evm/board.c @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include "board.h" #include <common.h> +#include "board.h" #include <spl.h> #include <exports.h> #include <fdt_support.h> |