mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
microblaze: Enable random mac generation
In case that mac address is not found it is generated randomly. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c0c33d9b9b
commit
f9e40add62
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ CONFIG_CMD_JFFS2=y
|
|||
CONFIG_SPL_OF_CONTROL=y
|
||||
CONFIG_OF_EMBED=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
|
||||
CONFIG_NET_RANDOM_ETHADDR=y
|
||||
CONFIG_NETCONSOLE=y
|
||||
CONFIG_SPL_DM=y
|
||||
CONFIG_XILINX_GPIO=y
|
||||
|
|
Loading…
Reference in a new issue