
3 Aug
2010
3 Aug
'10
6:23 p.m.
Commit qe: Pass in uec_info struct through uec_initialize (8e55258f144764de8902e9f078a7ad4c6c022c2f) changed the FSL UEC# numbering: - sprintf(dev->name, "FSL UEC%d", index); + sprintf(dev->name, "FSL UEC%d", uec_info->uf_info.ucc_num); from logical(zero based)to physical UCC number. This breaks boards that have multiple eth I/F and uses ethprime/ethact. It seems like this change was unintentional? I propose we change back to the way it was as it breaks my board.
Jocke