diff options
author | Marcin Niestroj | 2019-01-19 17:06:47 +0100 |
---|---|---|
committer | Stefano Babic | 2019-03-13 09:14:35 +0100 |
commit | a03462b1b9e84200ecf5bfe6ab0dfc9de4df4c39 (patch) | |
tree | 999044bd127c2684416e13302b1d1d939caafb84 /configs | |
parent | e020fb5ad29ec8f17ca966f8d56000d7abc934ec (diff) |
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')
-rw-r--r-- | configs/liteboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/liteboard_defconfig b/configs/liteboard_defconfig index 22e5baa2977..e4a2fcc7fbe 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 |