Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-03 Thread Ben Warren
On Thu, Oct 2, 2008 at 9:39 PM, Nobuhiro Iwamatsu <[EMAIL PROTECTED]> wrote: > Hi, all > > 2008/10/3 Ben Warren <[EMAIL PROTECTED]>: >> Jean-Christophe PLAGNIOL-VILLARD wrote: >>> On 23:07 Wed 01 Oct , Ben Warren wrote: >>> Hi Nobuhiro-san, Nobuhiro Iwamatsu wrote: > get

Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-02 Thread Nobuhiro Iwamatsu
Hi, all 2008/10/3 Ben Warren <[EMAIL PROTECTED]>: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 23:07 Wed 01 Oct , Ben Warren wrote: >> >>> Hi Nobuhiro-san, >>> >>> Nobuhiro Iwamatsu wrote: >>> get_prom function was used __attriute__ , but it is not enable. ax88796.o does not do li

Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:07 Wed 01 Oct , Ben Warren wrote: > Hi Nobuhiro-san, > > Nobuhiro Iwamatsu wrote: > > get_prom function was used __attriute__ , but it is not enable. > > ax88796.o does not do link besides ne2000.o. When ld is carried > > out, get_prom function of ax88796.c is ignored. > > This problem i

Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-02 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 23:07 Wed 01 Oct , Ben Warren wrote: > >> Hi Nobuhiro-san, >> >> Nobuhiro Iwamatsu wrote: >> >>> get_prom function was used __attriute__ , but it is not enable. >>> ax88796.o does not do link besides ne2000.o. When ld is carried >>> out, get_

Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-01 Thread Ben Warren
Hi Nobuhiro-san, Nobuhiro Iwamatsu wrote: > get_prom function was used __attriute__ , but it is not enable. > ax88796.o does not do link besides ne2000.o. When ld is carried > out, get_prom function of ax88796.c is ignored. > This problem is a thing by specifications of ld. > I checked and test th