From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Date: Fri, 11 Jul 2008 18:03:52 -0400 Subject: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2 In-Reply-To: <20080711202420.C5DD524304@gemini.denx.de> References: <20080711202420.C5DD524304@gemini.denx.de> Message-ID: <4877D8C8.7010300@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.168.0.105 >> -#define CONFIG_GATEWAYIP 0.0.0.0 >> +#define CONFIG_GATEWAYIP 192.168.0.1 >> #define CONFIG_NETMASK 255.255.255.0 >> +#endif >> + >> > > I think this should be removed. There is really no good reason to add > network configuration at all to the board config file (with the > exception of the 2 or 3 boards which actually boot from real ROM). > No problem. I'll remove and resend. Thanks, Paul. > > > Best regards, > > Wolfgang Denk > >