diff options
author | Andre Heider <a.heider@gmail.com> | 2020-09-08 08:35:00 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-09-24 10:13:34 +0200 |
commit | 073ccfab5ffd522a35bef7b424a1ac824315b3c1 (patch) | |
tree | 2b7f755feeddf821a5d877d8c1c71c0137feb6c9 /configs | |
parent | 6728da5ce90a659effc46e80e383985d62a7a026 (diff) |
arm: mvebu: defconfig: espressobin: enable NET_RANDOM_ETHADDR
The hardware does not provide a MAC address. Enable this so that
network access works with just the default environment.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Acked-by: Konstantin Porotchkin <kostap@marvell.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 7aabbba59f..5e9fcd1f26 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -84,3 +84,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SHA1=y CONFIG_SHA256=y +CONFIG_NET_RANDOM_ETHADDR=y |