summaryrefslogtreecommitdiff
path: root/configs/rock2_defconfig
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@collabora.com>2017-01-11 11:46:16 +0100
committerSimon Glass <sjg@chromium.org>2017-01-11 20:24:19 -0700
commit7a63efa8360148b8c12b65f596171b23611869c4 (patch)
treead53ebc0571a4070f8b59a145d7d422d2f034f57 /configs/rock2_defconfig
parente9145c55d3248eb6b530d134c4f50cd154842d5d (diff)
rockchip: Enable ETH address randomization for the rock2
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>
Diffstat (limited to 'configs/rock2_defconfig')
-rw-r--r--configs/rock2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock2_defconfig b/configs/rock2_defconfig
index 95adbdf99c..488c6f46d3 100644
--- 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