summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-13 22:39:56 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-13 22:39:56 +0100
commitd0f629e63c22eb1a8510b3fcdef8baa15a59b0a8 (patch)
treed05793c267f6364ed4511bc7b5056fea1eadeb68
parent5ef6d9ad70ea98b39cb686222fdeaea511a0c56e (diff)
verdin imx8mp: correct wrong comment about eqos/mdio
Eqos is set to primary as it is the on-module Ethernet interface nothing to do with its MDIO usage which BTW isn't even correct in the i.MX 8M Plus LPDDR4 EVK case! Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--include/configs/verdin-imx8mp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/verdin-imx8mp.h b/include/configs/verdin-imx8mp.h
index 497670b614..4fbb599fde 100644
--- a/include/configs/verdin-imx8mp.h
+++ b/include/configs/verdin-imx8mp.h
@@ -41,10 +41,11 @@
#define CONFIG_FASTBOOT_USB_DEV 0
#define CONFIG_REMAKE_ELF
+
/* ENET Config */
/* ENET1 */
#if defined(CONFIG_CMD_NET)
-#define CONFIG_ETHPRIME "eth1" /* Set eqos to primary since we use its MDIO */
+#define CONFIG_ETHPRIME "eth1" /* eqos is on-module Ethernet interface */
#define CONFIG_FEC_XCV_TYPE RGMII
#define CONFIG_FEC_MXC_PHYADDR 3