commit | 2ae1267342a28aa7fa9cdf8303d81d87acf05bce | [log] [tgz] |
---|---|---|
author | Hugo Villeneuve <hvilleneuve@dimonoff.com> | Thu May 25 17:02:28 2023 -0400 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 11 14:40:04 2023 +0200 |
tree | f76bcb227d6123716127dc64575712fcf9a77bc5 | |
parent | 89bd008da43e50155d940bd02922bd87103d509f [diff] [blame] |
imx8mn-var-som: read eth MAC address from EEPROM Read ethernet MAC address from EEPROM located on the SOM. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index a940d8a..67db3e4 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -248,6 +248,7 @@ select MISC select I2C_EEPROM select DM_ETH_PHY + select NVMEM config TARGET_KONTRON_PITX_IMX8M bool "Support Kontron pITX-imx8m"