[U-Boot] [PATCH v7 10/11] rockchip: Enable ETH address randomization for the rock2

Romain Perier romain.perier at collabora.com
Wed Jan 11 11:46:16 CET 2017


This commit enables ethernet MAC address randomization on the rock2. It
removes the error at startup 'ethernet at ff290000 address not set'.

Signed-off-by: Romain Perier <romain.perier at collabora.com>
---

Changes in v7:
- Added this commit to the series

 configs/rock2_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/rock2_defconfig b/configs/rock2_defconfig
index 597d465..ea8ba06 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
-- 
2.9.3



More information about the U-Boot mailing list