[U-Boot] [PATCH 6/8] AM35xx: add EMAC support

Mike Frysinger vapier at gentoo.org
Fri Oct 14 00:55:58 CEST 2011


On Thursday 13 October 2011 17:11:50 Ilya Yanok wrote:
> --- /dev/null
> +++ b/arch/arm/cpu/armv7/omap3/emac.c
>
> +/*
> + * Initializes on-chip ethernet controllers.
> + * to override, implement board_eth_init()
> + */
> +int cpu_eth_init(bd_t *bis)
> +{
> +	davinci_emac_initialize();
> +
> +	return 0;
> +}

shouldn't emac support always be up to the board porter and not the SoC code ?  
also, this should be:
int cpu_eth_init(bd_t *bis)
{
	return davinci_emac_initialize();
}
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111013/02c93de5/attachment.pgp 


More information about the U-Boot mailing list