aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-10-26 09:16:36 -0300
committerFabio Estevam <festevam@gmail.com>2023-12-12 09:29:42 -0300
commit2e8b1e1c249b2af18f1410049d85b6580d0b2c4f (patch)
tree04d42ab7538034b21670f67fd2c4da921ca9337b
parent0d150528f506f5864fa90a31ab6b9d92ed7517ad (diff)
downloadu-boot-2e8b1e1c249b2af18f1410049d85b6580d0b2c4f.zip
u-boot-2e8b1e1c249b2af18f1410049d85b6580d0b2c4f.tar.gz
u-boot-2e8b1e1c249b2af18f1410049d85b6580d0b2c4f.tar.bz2
imx8mp_evk: Select CONFIG_NET_RANDOM_ETHADDR
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>
-rw-r--r--configs/imx8mp_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig
index d538b85..08998a6 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