From 0f84c7c0291f8e08e50b02aea948615c9e32bcd3 Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Tue, 17 Jan 2023 13:40:05 +0100 Subject: board: apalis-imx8: add 2nd ethernet address All Apalis iMX8 variants have 2nd RGMII on SoC, so add the address for 2nd ethernet. Upstream-Status: Submitted [https://lore.kernel.org/u-boot/20230117142911.34257-1-francesco@dolcini.it/] Signed-off-by: Andrejs Cainikovs --- board/toradex/apalis-imx8/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/toradex/apalis-imx8/Kconfig b/board/toradex/apalis-imx8/Kconfig index b43d6281b6..f16f9d2702 100644 --- a/board/toradex/apalis-imx8/Kconfig +++ b/board/toradex/apalis-imx8/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 -- cgit v1.2.3