[U-Boot] [RESEND PATCH 3/3] ARM: liteboard: use random ethaddr
Marcin Niestroj
m.niestroj at grinn-global.com
Sat Jan 19 16:06:47 UTC 2019
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 at grinn-global.com>
---
configs/liteboard_defconfig | 1 +
1 file changed, 1 insertion(+)
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
--
2.20.1
More information about the U-Boot
mailing list