[U-Boot] [PATCH] board/t2080rdb: enable CONFIG_PHY_AQUANTIA

Shengzhou Liu Shengzhou.Liu at freescale.com
Wed Apr 8 05:12:15 CEST 2015


CONFIG_PHY_AQ1202 is no longer needed, use CONFIG_PHY_AQUANTIA.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu at freescale.com>
---
 include/configs/T208xRDB.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h
index db6b42e..508edec 100644
--- a/include/configs/T208xRDB.h
+++ b/include/configs/T208xRDB.h
@@ -647,8 +647,8 @@ unsigned long get_board_ddr_clk(void);
 #ifdef CONFIG_SYS_DPAA_FMAN
 #define CONFIG_FMAN_ENET
 #define CONFIG_PHYLIB_10G
+#define CONFIG_PHY_AQUANTIA
 #define CONFIG_PHY_CORTINA
-#define CONFIG_PHY_AQ1202
 #define CONFIG_PHY_REALTEK
 #define CONFIG_CORTINA_FW_LENGTH	0x40000
 #define RGMII_PHY1_ADDR		0x01  /* RealTek RTL8211E */
-- 
2.1.0.27.g96db324



More information about the U-Boot mailing list