Re: [PATCH] imx8mq_evk: Remove FEC and Ethernet PHY board code

2024-03-30 Thread Fabio Estevam
On Thu, Mar 28, 2024 at 3:43 PM Fabio Estevam wrote: > > With Ethernet DM in place, there is no longer the need for having > the board_phy_config() and setup_fec() functions anymore. > > Remove them. > > Successfully tested a TFTP transfer after these changes. > > Signed-off-by: Fabio Estevam

[PATCH] imx8mq_evk: Remove FEC and Ethernet PHY board code

2024-03-28 Thread Fabio Estevam
With Ethernet DM in place, there is no longer the need for having the board_phy_config() and setup_fec() functions anymore. Remove them. Successfully tested a TFTP transfer after these changes. Signed-off-by: Fabio Estevam --- board/freescale/imx8mq_evk/imx8mq_evk.c | 30