diff options
| author | Andrejs Cainikovs <[email protected]> | 2023-03-03 14:26:26 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-03-30 10:47:30 +0200 |
| commit | 09714c09c0c40e59220f4dae1cbbe334d991cf46 (patch) | |
| tree | ffe9fb85e9b398f29e43bb36e9ecebdc02ccba0e | |
| parent | 3a125806f1625b2fa81d96564a399022441abc36 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/toradex/colibri-imx8x/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
