From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Heider Date: Tue, 8 Sep 2020 08:35:00 +0200 Subject: [PATCH] defconfig: espressobin: enable NET_RANDOM_ETHADDR Message-ID: <20200908063500.480897-1-a.heider@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- configs/mvebu_espressobin-88f3720_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.28.0