From: Andrejs Cainikovs Date: Fri, 3 Mar 2023 13:26:26 +0000 (+0100) Subject: board: colibri-imx8x: add 2nd ethernet address X-Git-Tag: v2025.01-rc5-pxa1908~1023^2~16^2~34 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=09714c09c0c40e59220f4dae1cbbe334d991cf46;p=u-boot.git board: colibri-imx8x: add 2nd ethernet address All Colibri iMX8X variants have 2nd RGMII on SoC, so add the address for 2nd ethernet. Signed-off-by: Andrejs Cainikovs --- diff --git a/board/toradex/colibri-imx8x/Kconfig b/board/toradex/colibri-imx8x/Kconfig index b89840a379..cb11e2c318 100644 --- a/board/toradex/colibri-imx8x/Kconfig +++ b/board/toradex/colibri-imx8x/Kconfig @@ -12,6 +12,9 @@ config SYS_CONFIG_NAME config TDX_CFG_BLOCK default y +config TDX_CFG_BLOCK_2ND_ETHADDR + default y + config TDX_HAVE_MMC default y