diff mbox series

imx8mp_evk: Select CONFIG_NET_RANDOM_ETHADDR

Message ID 20231026121636.3227582-1-festevam@gmail.com
State Accepted
Commit e0dfb3417348d68a0f6032ce45d6e33015bd292c
Delegated to: Stefano Babic
Headers show
Series imx8mp_evk: Select CONFIG_NET_RANDOM_ETHADDR | expand

Commit Message

Fabio Estevam Oct. 26, 2023, 12:16 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

On an early revision of the imx8mp-evk that I have access to,
the MAC addresses fuses are not programmed, causing failure to bring
the Ethernet interfaces.

Fix this problema by selecting CONFIG_NET_RANDOM_ETHADDR so that
random MAC addresses are assigned and the Ethernet ports become
functional out of the box.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/imx8mp_evk_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam Dec. 12, 2023, 4:15 p.m. UTC | #1
On Thu, Oct 26, 2023 at 9:16 AM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> On an early revision of the imx8mp-evk that I have access to,
> the MAC addresses fuses are not programmed, causing failure to bring
> the Ethernet interfaces.
>
> Fix this problema by selecting CONFIG_NET_RANDOM_ETHADDR so that
> random MAC addresses are assigned and the Ethernet ports become
> functional out of the box.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks.
diff mbox series

Patch

diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig
index d538b85c1f8c..08998a63e756 100644
--- a/configs/imx8mp_evk_defconfig
+++ b/configs/imx8mp_evk_defconfig
@@ -74,6 +74,7 @@  CONFIG_SYS_MMC_ENV_DEV=1
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_USE_ETHPRIME=y
 CONFIG_ETHPRIME="eth1"
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_SPL_DM=y
 CONFIG_CLK_COMPOSITE_CCF=y
 CONFIG_CLK_IMX8MP=y