From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 6 Jul 2010 22:43:56 +0200 Subject: [U-Boot] [PATCH 3/5] PXA: Voipac PXA270 Support In-Reply-To: <4C3378F4.70206@gmail.com> References: <1278379003-1724-1-git-send-email-marek.vasut@gmail.com> <1278379003-1724-3-git-send-email-marek.vasut@gmail.com> <4C3378F4.70206@gmail.com> Message-ID: <201007062243.56942.marek.vasut@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 Dne ?t 6. ?ervence 2010 20:41:56 Ben Warren napsal(a): > Hi Marek, > > On 7/5/2010 6:16 PM, Marek Vasut wrote: > > This patch adds support for the Voipac PXA270 board. The support > > includes: - Ethernet > > - USB > > - MMC > > - NOR Booting > > - OneNAND Booting > > - LCD > > - HDD > > > > Signed-off-by: Marek Vasut > > --- > > > > > +#define CONFIG_NETMASK 255.255.255.0 > > +#define CONFIG_IPADDR 192.168.1.52 > > +#define CONFIG_SERVERIP 192.168.1.51 > > +#define CONFIG_ETHADDR 00:11:22:33:44:55 > > +#endif > > + > > Please remove these. The same goes for the other boards. Ok, removed. I pushed the new patches without this into -next-plat. Thanks > > regards, > Ben