diff options
| author | Primoz Fiser <[email protected]> | 2025-09-23 12:49:07 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-09-26 09:51:44 -0300 |
| commit | 89bae6ea2d46e642339842caab49917bf6d9f4ec (patch) | |
| tree | ff8ba1a38d589a21a2ca7eada27338d85fb0d188 /configs/imx93-phycore_defconfig | |
| parent | 3d4e14f4c903819b15ec7e83a29d175692557b3f (diff) | |
board: phytec: phycore-imx93: Set CONFIG_ETHPRIME to eth0
Set ethprime to eth0 since FEC interface is considered the primary IF on
phyCORE-i.MX93 SoM based boards. This comes from the fact that the same
bootloader is reused for both carrier boards, that is phyBOARD-Segin and
phyBOARD-Nash which both use different Ethernet PHYs on the EQOS (eth1)
interface and thus eth1 cannot be used as a prime.
Signed-off-by: Primoz Fiser <[email protected]>
Diffstat (limited to 'configs/imx93-phycore_defconfig')
| -rw-r--r-- | configs/imx93-phycore_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx93-phycore_defconfig b/configs/imx93-phycore_defconfig index 0acdfd2bf53..4c952e966d1 100644 --- a/configs/imx93-phycore_defconfig +++ b/configs/imx93-phycore_defconfig @@ -89,7 +89,7 @@ CONFIG_ENV_REDUNDANT=y CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_ENV_MMC_DEVICE_INDEX=1 CONFIG_USE_ETHPRIME=y -CONFIG_ETHPRIME="eth1" +CONFIG_ETHPRIME="eth0" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM=y CONFIG_SPL_DM_SEQ_ALIAS=y |
