diff options
| author | Michal Simek <[email protected]> | 2019-09-25 13:17:50 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2019-10-08 09:55:11 +0200 |
| commit | f9e40add62b6db216e0e4a6d79d5a9217cebb454 (patch) | |
| tree | 9e9a3cb897998b9185ff885c09a148c1d4a4639b | |
| parent | c0c33d9b9b8f73c4f07d33242b80233eac146cd8 (diff) | |
microblaze: Enable random mac generation
In case that mac address is not found it is generated randomly.
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | configs/microblaze-generic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 1857562cd7b..7d2859c5c37 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -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 |
