From d0f629e63c22eb1a8510b3fcdef8baa15a59b0a8 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sun, 13 Dec 2020 22:39:56 +0100 Subject: 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 --- include/configs/verdin-imx8mp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3