[U-Boot] [PATCH] mpc85xx/T104xD4RDB: Add T104xD4RDB boards support

Codrin Constantin Ciubotariu codrin.ciubotariu at freescale.com
Tue Apr 28 13:15:30 CEST 2015


> 
>  #ifdef CONFIG_FMAN_ENET
>  #if defined(CONFIG_T1040RDB) || defined(CONFIG_T1042RDB)
> -#define CONFIG_SYS_SGMII1_PHY_ADDR		0x03
> +#define CONFIG_SYS_SGMII1_PHY_ADDR             0x03
> +#elif defined(CONFIG_T1040D4RDB) || defined(CONFIG_T1042D4RDB)
> +#define CONFIG_SYS_SGMII1_PHY_ADDR             0x02
> +#define CONFIG_SYS_SGMII2_PHY_ADDR             0x03
> +#define CONFIG_SYS_SGMII3_PHY_ADDR             0x01
> +#endif

The PHY address for SGMII PHY connected to FM1 at DTSEC3 on T1040D4RDB should be 0x01, not 0x02 (CONFIG_SYS_SGMII1_PHY_ADDR).

Best regards,
Codrin


More information about the U-Boot mailing list