projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9145c5
)
rockchip: Enable ETH address randomization for the rock2
author
Romain Perier
<romain.perier@collabora.com>
Wed, 11 Jan 2017 10:46:16 +0000
(11:46 +0100)
committer
Simon Glass
<sjg@chromium.org>
Thu, 12 Jan 2017 03:24:19 +0000
(20:24 -0700)
This commit enables ethernet MAC address randomization on the rock2. It
removes the error at startup 'ethernet@
ff290000
address not set'.
Signed-off-by: Romain Perier <romain.perier@collabora.com>
configs/rock2_defconfig
patch
|
blob
|
history
diff --git
a/configs/rock2_defconfig
b/configs/rock2_defconfig
index
95adbdf
..
488c6f4
100644
(file)
--- a/
configs/rock2_defconfig
+++ b/
configs/rock2_defconfig
@@
-32,6
+32,7
@@
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent"
+CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_REGMAP=y
CONFIG_SPL_REGMAP=y
CONFIG_SYSCON=y