[PATCH v1 01/17] board: colibri-imx8x: add 2nd ethernet address
Andrejs Cainikovs
andrejs.cainikovs at gmail.com
Fri Mar 3 14:26:26 CET 2023
All Colibri iMX8X variants have 2nd RGMII on SoC, so add the address
for 2nd ethernet.
Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs at toradex.com>
---
board/toradex/colibri-imx8x/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/board/toradex/colibri-imx8x/Kconfig b/board/toradex/colibri-imx8x/Kconfig
index b89840a379c..cb11e2c318f 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
--
2.34.1
More information about the U-Boot
mailing list