Hi Otavio, On Fri, 20 Sep 2019 16:47:28 -0300 Otavio Salvador [email protected] wrote: ... > +/* Ethernet Configuration */ > +#define CONFIG_FEC_MXC > +#define CONFIG_MII > +#define IMX_FEC_BASE ENET_BASE_ADDR > +#define CONFIG_FEC_XCV_TYPE RGMII > +#define CONFIG_ETHPRIME "FEC" > +#define CONFIG_FEC_MXC_PHYADDR 1 > +#define CONFIG_PHYLIB > +#define CONFIG_PHY_ATHEROS
This adds legacy eth support, we will get CONFIG_DM_ETH conversion warning. Could you please convert it to DM_ETH? Here is an example: http://patchwork.ozlabs.org/patch/1165443 -- Anatolij _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

