diff mbox series

[v1,01/17] board: colibri-imx8x: add 2nd ethernet address

Message ID 20230303132642.15574-2-andrejs.cainikovs@toradex.com
State Accepted
Commit 09714c09c0c40e59220f4dae1cbbe334d991cf46
Delegated to: Stefano Babic
Headers show
Series colibri-imx8x: support refresh | expand

Commit Message

Andrejs Cainikovs March 3, 2023, 1:26 p.m. UTC
All Colibri iMX8X variants have 2nd RGMII on SoC, so add the address
for 2nd ethernet.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
---
 board/toradex/colibri-imx8x/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefano Babic March 30, 2023, 11:42 a.m. UTC | #1
> All Colibri iMX8X variants have 2nd RGMII on SoC, so add the address
> for 2nd ethernet.
> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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