Re: [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-12-02 Thread Olliver Schinagl
Hey Joe, On 30-11-16 20:23, Joe Hershberger wrote: On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: Currently we print a warning if the MAC address is read from ROM/Hardware. This should not be concidered a bad or erronous thing. A MAC address should come either

Re: [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-11-30 Thread Joe Hershberger
On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: > Currently we print a warning if the MAC address is read from > ROM/Hardware. This should not be concidered a bad or erronous thing. A > MAC address should come either from the hardware (ROM) or may be > set/overriden

Re: [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-11-28 Thread Michal Simek
On 28.11.2016 11:48, Olliver Schinagl wrote: > On 28-11-16 08:59, Michal Simek wrote: >> On 25.11.2016 16:30, Olliver Schinagl wrote: >>> Currently we print a warning if the MAC address is read from >>> ROM/Hardware. This should not be concidered a bad or erronous thing. A >>> MAC address should

Re: [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-11-28 Thread Michal Simek
On 28.11.2016 12:08, Olliver Schinagl wrote: > > > On November 28, 2016 12:06:37 PM CET, Michal Simek > wrote: >> On 28.11.2016 11:48, Olliver Schinagl wrote: >>> On 28-11-16 08:59, Michal Simek wrote: On 25.11.2016 16:30, Olliver Schinagl wrote: > Currently

Re: [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-11-28 Thread Olliver Schinagl
On November 28, 2016 12:06:37 PM CET, Michal Simek wrote: >On 28.11.2016 11:48, Olliver Schinagl wrote: >> On 28-11-16 08:59, Michal Simek wrote: >>> On 25.11.2016 16:30, Olliver Schinagl wrote: Currently we print a warning if the MAC address is read from

Re: [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-11-28 Thread Olliver Schinagl
On 28-11-16 08:59, Michal Simek wrote: On 25.11.2016 16:30, Olliver Schinagl wrote: Currently we print a warning if the MAC address is read from ROM/Hardware. This should not be concidered a bad or erronous thing. A MAC address should come either from the hardware (ROM) or may be set/overriden

Re: [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-11-28 Thread Michal Simek
On 25.11.2016 16:30, Olliver Schinagl wrote: > Currently we print a warning if the MAC address is read from > ROM/Hardware. This should not be concidered a bad or erronous thing. A > MAC address should come either from the hardware (ROM) or may be > set/overriden in the environment. Neither is a

[U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad

2016-11-25 Thread Olliver Schinagl
Currently we print a warning if the MAC address is read from ROM/Hardware. This should not be concidered a bad or erronous thing. A MAC address should come either from the hardware (ROM) or may be set/overriden in the environment. Neither is a warning or error case. Worthy of a warning is the