From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 30 Apr 2009 08:17:36 +0200 Subject: [U-Boot] [PATCH] ARM DaVinci:Adding DM365 Support In-Reply-To: References: <1241021958-22733-1-git-send-email-s-paulraj@ti.com> <20090430055413.GA6263@game.jcrosoft.org> Message-ID: <20090430061736.GD31304@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23:05 Wed 29 Apr , Ben Warren wrote: > Hi J-C, > > On Wed, Apr 29, 2009 at 10:54 PM, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > > > +/*==================================*/ > > +/* Network & Ethernet Configuration */ > > +/*==================================*/ > > +#define CONFIG_DRIVER_TI_EMAC > please take a look on ben patch > > +#define CONFIG_MII > > +#define CONFIG_BOOTP_DEFAULT > > +#define CONFIG_BOOTP_DNS > > +#define CONFIG_BOOTP_DNS2 > > +#define CONFIG_BOOTP_SEND_HOSTNAME > > +#define CONFIG_NET_RETRY_COUNT 10 > > It has to be this way for now - if he adds CONFIG_NET_MULTI there will be > no Ethernet. As I've said in your patch thread I've in mind to appy your patch first > I think we should take Dave B's advice and use an overall > 'next' branch so the ARM and net stuff can be in sync. Maybe Wolfgang > will create one if we ask really nicely :) sure Wolfgang could help us on this? Best Regards, J.