On Tue, 29 Apr 2008, Jens Gehrlein wrote: > Hi Ben, Magnus, > > here is my patch to enable 2x16 bit accesses to the LAN9x1x. > I still not have a HW, so may I ask you to test it and, if applicable, > fix the code? > > Best Regards, > Jens > > --- > > drivers/net/smc911x.c | 17 ++++++++++++++++- > 1 files changed, 16 insertions(+), 1 deletions(-) > > > diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c > index d22c889..841a64d 100644 > --- a/drivers/net/smc911x.c > +++ b/drivers/net/smc911x.c > @@ -30,6 +30,8 @@ > #include <net.h> > #include <miiphy.h> > > +#define CONFIG_DRIVER_SMC911X_16_BIT 1 > +
Looks like an obvious thing - you'll remove this define from the patch for final submission, right? Thanks Guennadi --- Guennadi Liakhovetski ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
