summaryrefslogtreecommitdiff
path: root/configs/liteboard_defconfig
diff options
context:
space:
mode:
authorMarcin Niestroj <m.niestroj@grinn-global.com>2019-01-19 19:06:47 +0300
committerStefano Babic <sbabic@denx.de>2019-03-13 11:14:35 +0300
commita03462b1b9e84200ecf5bfe6ab0dfc9de4df4c39 (patch)
tree999044bd127c2684416e13302b1d1d939caafb84 /configs/liteboard_defconfig
parente020fb5ad29ec8f17ca966f8d56000d7abc934ec (diff)
downloadu-boot-a03462b1b9e84200ecf5bfe6ab0dfc9de4df4c39.tar.xz
ARM: liteboard: use random ethaddr
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>
Diffstat (limited to 'configs/liteboard_defconfig')
-rw-r--r--configs/liteboard_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/liteboard_defconfig b/configs/liteboard_defconfig
index 22e5baa297..e4a2fcc7fb 100644
--- a/configs/liteboard_defconfig
+++ b/configs/liteboard_defconfig
@@ -33,6 +33,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