projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e020fb5
)
ARM: liteboard: use random ethaddr
author
Marcin Niestroj
<m.niestroj@grinn-global.com>
Sat, 19 Jan 2019 16:06:47 +0000
(17:06 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 13 Mar 2019 08:14:35 +0000
(09:14 +0100)
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
patch
|
blob
|
history
diff --git
a/configs/liteboard_defconfig
b/configs/liteboard_defconfig
index 22e5baa2977733b521e4600f3b4da3650a78e5e8..e4a2fcc7fbe595517bdb3c597edfa314f24d8ba6 100644
(file)
--- 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