]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: phytec: phycore-imx93: Set CONFIG_ETHPRIME to eth0
authorPrimoz Fiser <primoz.fiser@norik.com>
Tue, 23 Sep 2025 10:49:07 +0000 (12:49 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 26 Sep 2025 12:51:44 +0000 (09:51 -0300)
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 <primoz.fiser@norik.com>
configs/imx93-phycore_defconfig

index 0acdfd2bf53cf0685393eea1ad1cc68c78250781..4c952e966d1aebe3b76f38f961507ca756c529b1 100644 (file)
@@ -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