浏览代码

Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh

Tom Rini 4 年之前
父节点
当前提交
f5a8214593
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/configs/rcar-gen3-common.h

+ 3 - 0
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