mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08: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
@ -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 New Issue
Block a user