mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
imx8ulp_evk: Drop board_phy_config
There is already a weak function in drivers/net/phy/phy.c, which does the same thing. So drop it. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
8178c23737
commit
ba69cabb64
@ -4,14 +4,10 @@
|
||||
*/
|
||||
|
||||
#include <env.h>
|
||||
#include <miiphy.h>
|
||||
#include <netdev.h>
|
||||
#include <asm/arch/imx8ulp-pins.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/pcc.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <miiphy.h>
|
||||
#include <netdev.h>
|
||||
#include <asm/gpio.h>
|
||||
|
||||
#if IS_ENABLED(CONFIG_FEC_MXC)
|
||||
@ -38,13 +34,6 @@ static int setup_fec(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int board_phy_config(struct phy_device *phydev)
|
||||
{
|
||||
if (phydev->drv->config)
|
||||
phydev->drv->config(phydev);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#define I2C_PAD_CTRL (PAD_CTL_ODE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user