Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-15 Thread Paul Gortmaker
Andy Fleming wrote: > On Fri, Jul 11, 2008 at 5:03 PM, Paul Gortmaker > <[EMAIL PROTECTED]> wrote: > >> Wolfgang Denk wrote: >> >>> + * MAC addresses directly on it. + */ +#if 0 +#define CONFIG_ETHADDR 00:01:af:07:9b:8a +#define CONFIG_ETH1ADDR

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-15 Thread Ben Warren
On Mon, Jul 14, 2008 at 11:25 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: >> >> As a compromise between removal and keeping the useful information for >> developers who are doing early bringup on similar boards, I have >> applied this patch, and replaced

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > As a compromise between removal and keeping the useful information for > developers who are doing early bringup on similar boards, I have > applied this patch, and replaced the above with: > > /* You can compile in a MAC address and your custom net set

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-14 Thread Andy Fleming
On Fri, Jul 11, 2008 at 5:03 PM, Paul Gortmaker <[EMAIL PROTECTED]> wrote: > Wolfgang Denk wrote: >> >> >>> + * MAC addresses directly on it. >>> + */ >>> +#if 0 >>> +#define CONFIG_ETHADDR 00:01:af:07:9b:8a >>> +#define CONFIG_ETH1ADDR 00:01:af:07:9b:8b >>> #define CONFIG

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-11 Thread Paul Gortmaker
Wolfgang Denk wrote: > > >> + * MAC addresses directly on it. >> + */ >> +#if 0 >> +#define CONFIG_ETHADDR 00:01:af:07:9b:8a >> +#define CONFIG_ETH1ADDR 00:01:af:07:9b:8b >> #define CONFIG_SERVERIP 192.168.0.131 >> #define CONFIG_IPADDR 192.16

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-11 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > +/* You can compile in a MAC address and your custom net settings by using > + * the * following syntax. Your board should be marked with the assigned --^ Bogus '*' here? > + * MAC addresses directly on it. > + */ > +#if 0 > +#define CONFIG_E

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-11 Thread Ben Warren
Paul Gortmaker wrote: > The existing config doesn't define CONFIG_HAS_ETH0, and so the > fdt support doesn't update the zeros in the dtb local-mac with > real data from the u-boot env. Since the existing config is > tailored to just two interfaces, get rid of the ETH2 definitions > at the same tim

[U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-11 Thread Paul Gortmaker
The existing config doesn't define CONFIG_HAS_ETH0, and so the fdt support doesn't update the zeros in the dtb local-mac with real data from the u-boot env. Since the existing config is tailored to just two interfaces, get rid of the ETH2 definitions at the same time. Also don't include any end u