summaryrefslogtreecommitdiffstats
path: root/configs/zynq_microzed_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-17 20:26:06 +0900
committerMichal Simek <michal.simek@xilinx.com>2015-08-19 11:27:54 +0200
commit739968f2adabe4b0e9eca2ad6c59dfeb89fd1e8b (patch)
treeee17c2ea93abd2f0e492b52bd217e02baa9b6610 /configs/zynq_microzed_defconfig
parent98b532b42079a7ffd617ce0330d6778288b7c535 (diff)
downloadblackbird-obmc-uboot-739968f2adabe4b0e9eca2ad6c59dfeb89fd1e8b.tar.gz
blackbird-obmc-uboot-739968f2adabe4b0e9eca2ad6c59dfeb89fd1e8b.zip
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 <yamada.masahiro@socionext.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_microzed_defconfig')
-rw-r--r--configs/zynq_microzed_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig
index 129faf4f2c..3e141a8d22 100644
--- a/configs/zynq_microzed_defconfig
+++ b/configs/zynq_microzed_defconfig
@@ -11,3 +11,4 @@ CONFIG_FIT_SIGNATURE=y
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_EMBED=y
+CONFIG_NET_RANDOM_ETHADDR=y
OpenPOWER on IntegriCloud