Re: [U-Boot] [PATCH] KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH

2011-09-12 Thread Greg Ungerer
On 09/12/2011 05:15 AM, Mike Frysinger wrote: > On Saturday, September 10, 2011 04:40:34 Greg Ungerer wrote: >> --- a/include/netdev.h >> +++ b/include/netdev.h >> >> +int ks8695_eth_initialize(bd_t *bis); > > so you say the func needs bd_t* ... > >> --- a/board/cm4008/cm4008.c >> +++ b/board/cm400

Re: [U-Boot] [PATCH] KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH

2011-09-11 Thread Mike Frysinger
On Saturday, September 10, 2011 04:40:34 Greg Ungerer wrote: > --- a/include/netdev.h > +++ b/include/netdev.h > > +int ks8695_eth_initialize(bd_t *bis); so you say the func needs bd_t* ... > --- a/board/cm4008/cm4008.c > +++ b/board/cm4008/cm4008.c > --- a/board/cm41xx/cm41xx.c > +++ b/board/cm

Re: [U-Boot] [PATCH] KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH

2011-09-10 Thread Wolfgang Denk
Dear Greg Ungerer, In message <1315644034-10661-1-git-send-email-greg.unge...@opengear.com> you wrote: > Trivial conversion of the ks8695eth driver to a CONFIG_MULTI_ETH type > driver. > > Signed-off-by: Greg Ungerer > --- > board/cm4008/cm4008.c|4 > board/cm41xx/cm41xx.c|

[U-Boot] [PATCH] KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH

2011-09-10 Thread Greg Ungerer
Trivial conversion of the ks8695eth driver to a CONFIG_MULTI_ETH type driver. Signed-off-by: Greg Ungerer --- board/cm4008/cm4008.c|4 board/cm41xx/cm41xx.c|4 drivers/net/ks8695eth.c | 42 -- include/configs/cm4008.h |1 +