Searched hist:d1221462fece27ad163dcd0c181a456c73fe2011 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/configs/ |
| H A D | xilinx_zynqmp_ep_defconfig | d1221462fece27ad163dcd0c181a456c73fe2011 Wed Aug 12 10:58:54 UTC 2015 Michal Simek <michal.simek@xilinx.com> zynqmp: enable CONFIG_NET_RANDOM_ETHADDR
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 friends"), we can not use CONFIG_ETHADDR.
The easiest way to set a MAC address is to enable CONFIG_NET_RANDOM_ETHADDR.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|