diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-20 18:51:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-20 18:51:50 -0400 |
commit | f5a821459384a8fc1c8d0a44ce50f7f919257fa8 (patch) | |
tree | 0f0fc1a9f7564d272851ec410ecb7234e2ac015e | |
parent | 2b8692bac1e8795cbb87b0d00213fd193409851d (diff) | |
parent | 10fa7ec9f64dec9bc90e85e37248eabfb9b44bf2 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
-rw-r--r-- | include/configs/rcar-gen3-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 8f400ba05a..cf4d3bad2e 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -34,6 +34,9 @@ #define CONFIG_SYS_MAXARGS 64 #define CONFIG_SYS_BAUDRATE_TABLE { 115200, 38400 } +/* PHY needs a longer autoneg timeout */ +#define PHY_ANEG_TIMEOUT 20000 + /* MEMORY */ #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE |