
19 Jan
2019
19 Jan
'19
5:06 p.m.
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 --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