Re: [U-Boot] [PATCH v7 19/27] dm: eth: Add support for aliases

2015-03-23 Thread Simon Glass
On 22 March 2015 at 16:09, Joe Hershberger wrote: > Allow network devices to be referred to as "eth0" instead of > "eth@12345678" when specified in ethact. > > Add tests to verify this behavior. > > Signed-off-by: Joe Hershberger > Reviewed-by: Simon Glass > > --- > > Changes in v7: None Applie

[U-Boot] [PATCH v7 19/27] dm: eth: Add support for aliases

2015-03-22 Thread Joe Hershberger
Allow network devices to be referred to as "eth0" instead of "eth@12345678" when specified in ethact. Add tests to verify this behavior. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- Changes in v7: None Changes in v6: None Changes in v5: -Added a comment about devname -Only chec