]> Git Repo - J-u-boot.git/commitdiff
rockchip: Enable ETH address randomization for the firefly-rk3288
authorRomain Perier <[email protected]>
Tue, 17 Jan 2017 09:32:25 +0000 (10:32 +0100)
committerSimon Glass <[email protected]>
Thu, 9 Feb 2017 19:10:59 +0000 (12:10 -0700)
This commit enables ethernet MAC address randomization on the
firefly-rk3288. It removes the error at startup 'ethernet@ff290000
address not set'.

Signed-off-by: Romain Perier <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
configs/firefly-rk3288_defconfig

index f492f69cf344efaaa740c1f015ca5007607714ef..00bfca032a39f0503ce9e7ec04093bfdea3696a3 100644 (file)
@@ -29,6 +29,7 @@ CONFIG_SPL_PARTITION_UUIDS=y
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
 CONFIG_SPL_OF_PLATDATA=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_REGMAP=y
 CONFIG_SPL_REGMAP=y
 CONFIG_SYSCON=y
This page took 0.037464 seconds and 4 git commands to generate.