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

York Sun yorksun at freescale.com
Tue Apr 28 18:13:32 CEST 2015


Rijay,

On 04/28/2015 04:15 AM, Ciubotariu Codrin Constantin-B43658 wrote:
>>
>>  #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).
> 

Please check the PHY address. If you send a new patch, please rebase to the
latest master. A change is needed in defconfig file.

York


More information about the U-Boot mailing list