summaryrefslogtreecommitdiffstats
path: root/configs/xilinx_zynqmp_ep_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-08-12 12:58:54 +0200
committerMichal Simek <michal.simek@xilinx.com>2015-08-19 11:28:21 +0200
commitd1221462fece27ad163dcd0c181a456c73fe2011 (patch)
treec9bd32f96ea2d1a2e01aef3ca825f6be568b1f0e /configs/xilinx_zynqmp_ep_defconfig
parentf0600af212301ec121ba6a4afc0a91b6b21a354e (diff)
downloadblackbird-obmc-uboot-d1221462fece27ad163dcd0c181a456c73fe2011.tar.gz
blackbird-obmc-uboot-d1221462fece27ad163dcd0c181a456c73fe2011.zip
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>
Diffstat (limited to 'configs/xilinx_zynqmp_ep_defconfig')
-rw-r--r--configs/xilinx_zynqmp_ep_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig
index 0ee6fe4455..770c797ffd 100644
--- a/configs/xilinx_zynqmp_ep_defconfig
+++ b/configs/xilinx_zynqmp_ep_defconfig
@@ -20,4 +20,5 @@ CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_TIME=y
CONFIG_CMD_TIMER=y
+CONFIG_NET_RANDOM_ETHADDR=y
# CONFIG_REGEX is not set
OpenPOWER on IntegriCloud