Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-15 Thread Olliver Schinagl
Hey Hans, On 15-11-16 11:49, Hans de Goede wrote: Hi, On 15-11-16 11:29, Olliver Schinagl wrote: Hey Hans, I guess I have to contradict something here ... On 15-11-16 11:17, Olliver Schinagl wrote: Hey Hans, I was hopeing and expecting this :) As you will be able to tell below, I need to

Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-15 Thread Olliver Schinagl
Hey Hans, I guess I have to contradict something here ... On 15-11-16 11:17, Olliver Schinagl wrote: Hey Hans, I was hopeing and expecting this :) As you will be able to tell below, I need to learn a bit more as to why we do things and discuss this proper I guess. On 15-11-16 10:26, Hans d

Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-15 Thread Hans de Goede
Hi, On 15-11-16 11:29, Olliver Schinagl wrote: Hey Hans, I guess I have to contradict something here ... On 15-11-16 11:17, Olliver Schinagl wrote: Hey Hans, I was hopeing and expecting this :) As you will be able to tell below, I need to learn a bit more as to why we do things and discuss

Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-15 Thread Olliver Schinagl
Hey, On 15-11-16 11:27, Hans de Goede wrote: Hi, On 15-11-16 11:17, Olliver Schinagl wrote: Hey Hans, I was hopeing and expecting this :) As you will be able to tell below, I need to learn a bit more as to why we do things and discuss this proper I guess. On 15-11-16 10:26, Hans de Goe

Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-15 Thread Hans de Goede
Hi, On 15-11-16 11:17, Olliver Schinagl wrote: Hey Hans, I was hopeing and expecting this :) As you will be able to tell below, I need to learn a bit more as to why we do things and discuss this proper I guess. On 15-11-16 10:26, Hans de Goede wrote: Hi, On 15-11-16 04:25, Joe Hershberge

Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-15 Thread Olliver Schinagl
Hey Hans, I was hopeing and expecting this :) As you will be able to tell below, I need to learn a bit more as to why we do things and discuss this proper I guess. On 15-11-16 10:26, Hans de Goede wrote: Hi, On 15-11-16 04:25, Joe Hershberger wrote: On Tue, Nov 8, 2016 at 9:54 AM, Olliver

Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-15 Thread Hans de Goede
Hi, On 15-11-16 04:25, Joe Hershberger wrote: On Tue, Nov 8, 2016 at 9:54 AM, Olliver Schinagl wrote: Currently we inject 5 ethernet addresses into the environment, just in case we may need them. We do this because some boards have no eeprom (programmed) with a proper ethernet address. With th

Re: [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-14 Thread Joe Hershberger
On Tue, Nov 8, 2016 at 9:54 AM, Olliver Schinagl wrote: > Currently we inject 5 ethernet addresses into the environment, just in > case we may need them. We do this because some boards have no eeprom > (programmed) with a proper ethernet address. With the recent addition of > reading actual ethern

[U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env

2016-11-08 Thread Olliver Schinagl
Currently we inject 5 ethernet addresses into the environment, just in case we may need them. We do this because some boards have no eeprom (programmed) with a proper ethernet address. With the recent addition of reading actual ethernet addresses from the eeprom via the net_op we should not inject