Re: [U-Boot] [PATCH V3 5/8] fec_mxc: cleanup and factor out MX27 dependencies

2010-01-31 Thread Ben Warren
Tom, I can't apply this independently of the other patches in this set. Please do so. John Rigby wrote: > general cleanup > move clock init to cpu_eth_init in cpu/arm926ejs/mx27/generic.c > make MX27 specific phy init conditional on CONFIG_MX27 > replace call to imx_get_ahbclk with one to imx_g

[U-Boot] [PATCH V3 5/8] fec_mxc: cleanup and factor out MX27 dependencies

2010-01-25 Thread John Rigby
general cleanup move clock init to cpu_eth_init in cpu/arm926ejs/mx27/generic.c make MX27 specific phy init conditional on CONFIG_MX27 replace call to imx_get_ahbclk with one to imx_get_fecclk and define imx_get_fecclk in include/asm-arm/arch-mx27/clock.h Signed-off-by: John Rigby CC: Ben Warren