[U-Boot] [PATCH v3 5/5] i.mx6q: mx6qsabrelite: Update the network configuration
Troy Kisky
troy.kisky at boundarydevices.com
Thu Feb 2 02:37:46 CET 2012
On 2/1/2012 6:14 PM, Troy Kisky wrote:
> + ksz9021_phy_write(phydev, 0, 0x105, 0x0); /* min rx data delay */
> + ksz9021_phy_write(phydev, 0, 0x106, 0x0); /* min tx data delay */
> + /* max rx/tx clock delay, min rx/tx control */
> + ksz9021_phy_write(phydev, 0, 0x104, 0xf0f0);
> + if (phydev->drv->config)
> + phydev->drv->config(phydev);
>
I didn't notice this warning before
mx6qsabrelite.c:244: warning: implicit declaration of function
'ksz9021_phy_write'
Can I add this definition to mx6qsabrelite.c?
checkpatch says it should be in a .h file.
I'll resend just 5/5 if nobody spots other issues.
Troy
More information about the U-Boot
mailing list