commit | c3b098ad40ecc108b7de9d6886fbd06fc2dd78d3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Thu Oct 26 09:16:36 2023 -0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 12 16:33:57 2023 -0500 |
tree | 04d42ab7538034b21670f67fd2c4da921ca9337b | |
parent | b4c7eb614a03cedba061065b69675a542420b65e [diff] |
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>