Re: [U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-21 Thread Eric Nelson
On 08/21/2013 04:19 AM, Stefano Babic wrote: Hi Eric, On 02/08/2013 19:37, Eric Nelson wrote: Without this change, the following message is generated: Warning: FEC using MAC address from net device See doc/README.enetaddr for details. Signed-off-by: Eric Nelson --- drivers/net/fec_

Re: [U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-21 Thread Stefano Babic
Hi Eric, On 02/08/2013 19:37, Eric Nelson wrote: > Without this change, the following message is generated: > Warning: FEC using MAC address from net device > > See doc/README.enetaddr for details. > > Signed-off-by: Eric Nelson > --- > drivers/net/fec_mxc.c | 2 ++ > 1 file changed, 2 i

Re: [U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-21 Thread Stefano Babic
Hi Eric, On 02/08/2013 19:37, Eric Nelson wrote: > Without this change, the following message is generated: > Warning: FEC using MAC address from net device > > See doc/README.enetaddr for details. > > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks ! Best regards, Stefan

[U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-02 Thread Eric Nelson
Without this change, the following message is generated: Warning: FEC using MAC address from net device See doc/README.enetaddr for details. Signed-off-by: Eric Nelson --- drivers/net/fec_mxc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec