Re: [U-Boot] [PATCHv2 03/21] net: core: Inform the user of the device MAC address

2017-04-17 Thread Simon Glass
Hi Oliver, On 10 April 2017 at 09:33, 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 miss-match) we > d

[U-Boot] [PATCHv2 03/21] net: core: Inform the user of the device MAC address

2017-04-10 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 pr