Dear Charles Coldwell, In message <cacw6+c5mo7bluuhmckdzutk+cpjzmr0jmjggxmnypvzgtlg...@mail.gmail.com> you wrote: > and here it is again, in-line > > commit 39695029bc15041c809df3db4ba19bd729c447fa > Author: Charles Coldwell <coldw...@ll.mit.edu> > Date: Tue Feb 19 08:27:33 2013 -0500 > > Changes to support the Xilinx 1000BASE-X phy (GTX/MGT) > > diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c > index d0ed766..8a38ccb 100644 > --- a/drivers/net/phy/phy.c > +++ b/drivers/net/phy/phy.c > @@ -75,6 +75,10 @@ static int genphy_config_advert(struct phy_device *phydev) > adv |= ADVERTISE_PAUSE_CAP; > if (advertise & ADVERTISED_Asym_Pause) > adv |= ADVERTISE_PAUSE_ASYM; > + if (advertise & ADVERTISED_1000baseX_Half) > + adv |= ADVERTISE_1000XHALF; > + if (advertise & ADVERTISED_1000baseX_Full) > + adv |= ADVERTISE_1000XFULL;
Your patch is white space corrupted. Please fix your mailer. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing. - Dick Brandon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot