]> Git Repo - J-u-boot.git/commit - configs/zynq_zc706_defconfig
zynq: enable CONFIG_NET_RANDOM_ETHADDR
authorMasahiro Yamada <[email protected]>
Fri, 17 Jul 2015 11:26:06 +0000 (20:26 +0900)
committerMichal Simek <[email protected]>
Wed, 19 Aug 2015 09:27:54 +0000 (11:27 +0200)
commit739968f2adabe4b0e9eca2ad6c59dfeb89fd1e8b
treeee17c2ea93abd2f0e492b52bd217e02baa9b6610
parent98b532b42079a7ffd617ce0330d6778288b7c535
zynq: 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: Masahiro Yamada <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
configs/zynq_microzed_defconfig
configs/zynq_picozed_defconfig
configs/zynq_zc702_defconfig
configs/zynq_zc706_defconfig
configs/zynq_zc70x_defconfig
configs/zynq_zc770_xm010_defconfig
configs/zynq_zc770_xm011_defconfig
configs/zynq_zc770_xm012_defconfig
configs/zynq_zc770_xm013_defconfig
configs/zynq_zed_defconfig
configs/zynq_zybo_defconfig
This page took 0.030343 seconds and 4 git commands to generate.