From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 06 Jun 2008 08:58:21 -0700 Subject: [U-Boot-Users] [PATCH] sh: Renesas Solutions SH7763RDP board support In-Reply-To: <4848E661.2080105@renesas.com> References: <4848E661.2080105@renesas.com> Message-ID: <48495E9D.50305@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. > In this patch, support SCIF, NOR Flash, and Ethernet. > > Signed-off-by: Nobuhiro Iwamatsu > --- > > +#define CONFIG_NETMASK 255.255.255.0 > +#define CONFIG_IPADDR 192.168.0.63 > +#define CONFIG_SERVERIP 192.168.0.1 > Please remove default network address parameters. regards, Ben