summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-13 22:39:56 +0100
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-20 18:56:46 +0200
commit41c81c6b250a066b141f1bf806dc31aa7a8cf5fe (patch)
tree0818a598cbfa54fb6cdf8d9a59ad9741dccd6b80
parent32550edcb1e1dae830cf1cc1b36cc3c44ec6a9dd (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