Re: [U-Boot] [PATCH 07/14] net: core: Inform the user of the device MAC address

2017-02-20 Thread Olliver Schinagl
Hey Joe, On 02-02-17 18:52, Joe Hershberger wrote: Hi Olliver, On Fri, Dec 2, 2016 at 4:08 AM, Olliver Schinagl wrote: Hey Joe, On 30-11-16 20:29, Joe Hershberger wrote: On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: In certain

Re: [U-Boot] [PATCH 07/14] net: core: Inform the user of the device MAC address

2017-02-02 Thread Joe Hershberger
Hi Olliver, On Fri, Dec 2, 2016 at 4:08 AM, Olliver Schinagl wrote: > Hey Joe, > > > > On 30-11-16 20:29, Joe Hershberger wrote: >> >> On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl >> wrote: >>> >>> In certain conditions we currently print the MAC

Re: [U-Boot] [PATCH 07/14] net: core: Inform the user of the device MAC address

2016-12-02 Thread Olliver Schinagl
Hey Joe, On 30-11-16 20:29, Joe Hershberger wrote: On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: In certain conditions we currently print the MAC address. For example a warning when a random mac address is in use or a missmatch between HW and ENV. If all

Re: [U-Boot] [PATCH 07/14] net: core: Inform the user of the device MAC address

2016-11-30 Thread Joe Hershberger
On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: > In certain conditions we currently print the MAC address. For example a > warning when a random mac address is in use or a missmatch between HW > and ENV. > > If all things went well however (but even if there is a

[U-Boot] [PATCH 07/14] net: core: Inform the user of the device MAC address

2016-11-25 Thread Olliver Schinagl
In certain conditions we currently print the MAC address. For example a warning when a random mac address is in use or a missmatch between HW and ENV. If all things went well however (but even if there is a miss-match) we do not inform the user what the final MAC address of the device is. Lets