Re: [U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases

2015-02-17 Thread Simon Glass
Hi Joe, On 16 February 2015 at 22:04, Joe Hershberger wrote: > > > On Sun, Feb 15, 2015 at 9:50 AM, Simon Glass wrote: >> >> Hi Joe, >> >> On 10 February 2015 at 18:30, Joe Hershberger >> wrote: >> > Allow network devices to be referred to as "eth0" instead of >> > "eth@12345678" when specified

Re: [U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases

2015-02-16 Thread Joe Hershberger
On Sun, Feb 15, 2015 at 9:50 AM, Simon Glass wrote: > > Hi Joe, > > On 10 February 2015 at 18:30, 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:

Re: [U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases

2015-02-15 Thread Simon Glass
Hi Joe, On 10 February 2015 at 18:30, 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 > > --- > > Changes in v3: > -Added support for aliases

[U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases

2015-02-10 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 --- Changes in v3: -Added support for aliases Changes in v2: None include/configs/sandbox.h | 4 ++-- include/fdtdec.h