Re: [U-Boot] [PATCH] zynq: enable CONFIG_NET_RANDOM_ETHADDR

2015-08-12 Thread Michal Simek
On 08/11/2015 07:42 PM, Joe Hershberger wrote: > Hi Masahiro, > > On Fri, Jul 17, 2015 at 6:26 AM, Masahiro Yamada > wrote: >> We have to set a MAC address to use network. >> Otherwise, the tftpboot command fails with the following message: >> >> Gem.e000b000 Waiting for PHY auto negotiation to

Re: [U-Boot] [PATCH] zynq: enable CONFIG_NET_RANDOM_ETHADDR

2015-08-11 Thread Joe Hershberger
Hi Masahiro, On Fri, Jul 17, 2015 at 6:26 AM, Masahiro Yamada wrote: > We have to set a MAC address to use network. > Otherwise, the tftpboot command fails with the following message: > > Gem.e000b000 Waiting for PHY auto negotiation to complete done > *** ERROR: `ethaddr' not set > >

[U-Boot] [PATCH] zynq: enable CONFIG_NET_RANDOM_ETHADDR

2015-07-17 Thread Masahiro Yamada
We have to set a MAC address to use network. Otherwise, the tftpboot command fails with the following message: Gem.e000b000 Waiting for PHY auto negotiation to complete done *** ERROR: `ethaddr' not set Since commit 92ac52082140 ("net: Remove all references to CONFIG_ETHADDR and frien