[U-Boot] [PATCH 3/5] PXA: Voipac PXA270 Support

Ben Warren biggerbadderben at gmail.com
Tue Jul 6 20:41:56 CEST 2010


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<marek.vasut at gmail.com>
> ---
>    
<snip>
> +#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.

regards,
Ben


More information about the U-Boot mailing list