
30 Apr
2009
30 Apr
'09
8:05 a.m.
Hi J-C,
On Wed, Apr 29, 2009 at 10:54 PM, Jean-Christophe PLAGNIOL-VILLARD < plagnioj@jcrosoft.com> wrote: <snip>
+/*==================================*/ +/* 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. 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 :)
regards, Ben