From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 04 Apr 2010 22:48:38 -0700 Subject: [U-Boot] [PATCH 2/5 v2] nios2: add Altera EP2C35 board In-Reply-To: <1270008219-21459-1-git-send-email-thomas@wytron.com.tw> References: <1269996650-20816-2-git-send-email-thomas@wytron.com.tw> <1270008219-21459-1-git-send-email-thomas@wytron.com.tw> Message-ID: <4BB979B6.7020607@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 Thomas, On 3/30/2010 9:03 PM, Thomas Chou wrote: > This patch supports the Altera CycloneII Nios dev board using > the example FPGA design at http://nioswiki.com/Linux. > > Signed-off-by: Thomas Chou > --- > +/* #define CONFIG_ETHOC */ > +#define CONFIG_SYS_ETHOC_BASE (IGOR_MAC_BASE | IO_REGION_BASE) > + > +#define CONFIG_ETHADDR 08:00:3e:26:0a:5b > +#define CONFIG_NETMASK 255.255.255.0 > +#define CONFIG_IPADDR 192.168.1.10 > +#define CONFIG_SERVERIP 192.168.1.254 > + > Please remove these definitions. regards, Ben