Re: [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-13 Thread Joe Hershberger
On Mon, May 4, 2015 at 2:55 PM, Joe Hershberger wrote: > We really don't want boards defining fixed MAC addresses in their config > so we just remove the option to set it in a fixed way. If you must have > a MAC address that was not provisioned, then use the random MAC address > functionality. > >

Re: [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-06 Thread Tom Rini
On Tue, May 05, 2015 at 09:17:33AM +0200, Albert ARIBAUD wrote: > Bonjour Simon, > > Le Mon, 4 May 2015 15:37:22 -0600, Simon Glass a > écrit : > > > On 4 May 2015 at 13:55, Joe Hershberger wrote: > > > We really don't want boards defining fixed MAC addresses in their config > > > so we just re

Re: [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-05 Thread Simon Glass
Hi Albert, On 5 May 2015 at 01:17, Albert ARIBAUD wrote: > Bonjour Simon, > > Le Mon, 4 May 2015 15:37:22 -0600, Simon Glass a > écrit : > >> On 4 May 2015 at 13:55, Joe Hershberger wrote: >> > We really don't want boards defining fixed MAC addresses in their config >> > so we just remove the o

Re: [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-05 Thread Joe Hershberger
Hi Albert, On Tue, May 5, 2015 at 2:17 AM, Albert ARIBAUD wrote: > Bonjour Simon, > > Le Mon, 4 May 2015 15:37:22 -0600, Simon Glass a > écrit : > >> On 4 May 2015 at 13:55, Joe Hershberger wrote: >> > We really don't want boards defining fixed MAC addresses in their config >> > so we just remo

Re: [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-05 Thread Albert ARIBAUD
Bonjour Simon, Le Mon, 4 May 2015 15:37:22 -0600, Simon Glass a écrit : > On 4 May 2015 at 13:55, Joe Hershberger wrote: > > We really don't want boards defining fixed MAC addresses in their config > > so we just remove the option to set it in a fixed way. If you must have > > a MAC address tha

Re: [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-05 Thread Simon Glass
On 4 May 2015 at 13:55, Joe Hershberger wrote: > We really don't want boards defining fixed MAC addresses in their config > so we just remove the option to set it in a fixed way. If you must have > a MAC address that was not provisioned, then use the random MAC address > functionality. > > Signed-

[U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-04 Thread Joe Hershberger
We really don't want boards defining fixed MAC addresses in their config so we just remove the option to set it in a fixed way. If you must have a MAC address that was not provisioned, then use the random MAC address functionality. Signed-off-by: Joe Hershberger --- README