]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
zynqmp: enable CONFIG_NET_RANDOM_ETHADDR
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Aug 2015 10:58:54 +0000 (12:58 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:18 +0000 (10:24 +0200)
commit31ae14947a0eacfec19f659b38e4f528e35b15db
treea7653e220dc7d5364ab1a6ca85c385d2697710f0
parent194d4150436a2e0da6881443f2c51b1243f03146
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>
configs/xilinx_zynqmp_ep_defconfig