Re: [U-Boot] [PATCH 1/1] Add config option for disabling DM9000-SROM support.

2009-05-03 Thread Ben Warren
Hi J-C, On Sun, May 3, 2009 at 3:21 AM, Jean-Christophe PLAGNIOL-VILLARD < plagn...@jcrosoft.com> wrote: > > >> --- /dev/null > > >> +++ b/include/dm9000.h > > > Ben what do you think to do as usb have a dir to store all net header > > > include/net/ > > > > I have chosen the same location as the

Re: [U-Boot] [PATCH 1/1] Add config option for disabling DM9000-SROM support.

2009-05-03 Thread Jean-Christophe PLAGNIOL-VILLARD
> >> --- /dev/null > >> +++ b/include/dm9000.h > > Ben what do you think to do as usb have a dir to store all net header > > include/net/ > > I have chosen the same location as the dm9161.h, other similar headers > are there as well. > If it has to be changed, I suggest making it a separate patch.

Re: [U-Boot] [PATCH 1/1] Add config option for disabling DM9000-SROM support.

2009-05-03 Thread Remy Bohmer
Hello, 2009/5/3 Jean-Christophe PLAGNIOL-VILLARD : > On 11:26 Sun 03 May     , Remy Bohmer wrote: >> Some boards do not have SROM support for the DM9000 network adapter. >> Instead of listing these board names in the driver code, make this >> option configurable from the board config file. >> >> I

Re: [U-Boot] [PATCH 1/1] Add config option for disabling DM9000-SROM support.

2009-05-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:26 Sun 03 May , Remy Bohmer wrote: > Some boards do not have SROM support for the DM9000 network adapter. > Instead of listing these board names in the driver code, make this > option configurable from the board config file. > > It also removes a build warning for the at91sam9261ek board

[U-Boot] [PATCH 1/1] Add config option for disabling DM9000-SROM support.

2009-05-03 Thread Remy Bohmer
Some boards do not have SROM support for the DM9000 network adapter. Instead of listing these board names in the driver code, make this option configurable from the board config file. It also removes a build warning for the at91sam9261ek board: 'dm9000x.c:545: warning: 'read_srom_word' defined but