Re: [U-Boot] MPC83xx and uec

2009-10-22 Thread Joakim Tjernlund
Ben Warren wrote on 22/09/2009 18:55:22: > > Anton Vorontsov wrote: > > On Tue, Sep 22, 2009 at 04:03:16PM +0200, Joakim Tjernlund wrote: > > [...] > > > > Also > > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > > include/netdev.h:int uec_initialize(int index

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Joakim Tjernlund
Ben Warren wrote on 22/09/2009 18:55:22: > > Anton Vorontsov wrote: > > On Tue, Sep 22, 2009 at 04:03:16PM +0200, Joakim Tjernlund wrote: > > [...] > > > > Also > > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > > include/netdev.h:int uec_initialize(int index

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Ben Warren
Anton Vorontsov wrote: > On Tue, Sep 22, 2009 at 04:03:16PM +0200, Joakim Tjernlund wrote: > [...] > > Also > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > include/netdev.h:int uec_initialize(int index); > different prototypes for the same function. >>

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Anton Vorontsov
On Tue, Sep 22, 2009 at 04:03:16PM +0200, Joakim Tjernlund wrote: [...] > > > > Also > > > > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > > > > include/netdev.h:int uec_initialize(int index); > > > > different prototypes for the same function. > > > > > > BTW, I am look

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Joakim Tjernlund
Anton Vorontsov wrote on 22/09/2009 15:51:17: > From: > > Anton Vorontsov > > To: > > Joakim Tjernlund > > Cc: > > u-boot@lists.denx.de, kim.phill...@freescale.com > > Date: > > 22/09/2009 15:51 > > Subject: > > Re: [U-Boot] MPC

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Anton Vorontsov
On Tue, Sep 22, 2009 at 01:02:27PM +0200, Joakim Tjernlund wrote: > > > > > > I can't find a way to get at uec_info_t/STD_UEC_INFO from my > > board_eth_init() > > in current u-boot. Am I missing something? > > Also > > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > > in

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Joakim Tjernlund
> > > I can't find a way to get at uec_info_t/STD_UEC_INFO from my board_eth_init() > in current u-boot. Am I missing something? > Also > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > include/netdev.h:int uec_initialize(int index); > different prototypes for the same fun