net: replace the "xfi" phy-mode with "10gbase-r"
[platform/kernel/u-boot.git] / board / freescale / t4rdb / eth.c
index 4c896c8..34ffaa6 100644 (file)
@@ -36,7 +36,7 @@ void fdt_fixup_board_enet(void *fdt)
        return;
 }
 
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
 {
 #if defined(CONFIG_FMAN_ENET)
        int i, interface;
@@ -106,7 +106,7 @@ int board_eth_init(bd_t *bis)
 
 #if (CONFIG_SYS_NUM_FMAN == 2)
        if ((srds_prtcl_s2 == 56) || (srds_prtcl_s2 == 55)) {
-               /* SGMII && XFI */
+               /* SGMII && 10GBase-R */
                fm_info_set_phy_address(FM2_DTSEC1, SGMII_PHY_ADDR5);
                fm_info_set_phy_address(FM2_DTSEC2, SGMII_PHY_ADDR6);
                fm_info_set_phy_address(FM2_DTSEC3, SGMII_PHY_ADDR7);