diff mbox series

[U-Boot,3/3] ARM: liteboard: use random ethaddr

Message ID 20181121192944.10563-4-m.niestroj@grinn-global.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series ARM: liteboard: move towards driver model and device-tree boot | expand

Commit Message

Marcin Niestroj Nov. 21, 2018, 7:29 p.m. UTC
There is no ethaddr assigned to each board, so we need to use random
value in order to use network.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/liteboard_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/liteboard_defconfig b/configs/liteboard_defconfig
index 3d1b35918c..dad619e0ad 100644
--- a/configs/liteboard_defconfig
+++ b/configs/liteboard_defconfig
@@ -32,6 +32,7 @@  CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="imx6ul-liteboard"
 CONFIG_ENV_IS_IN_MMC=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_DM_GPIO=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y