[U-Boot] [PATCH v2] mpc512x_fec: Move PHY initialization from probe into init routine.

2010-04-08 Thread Detlev Zundel
This saves the autonegotation delay when not using ethernet in U-Boot Signed-off-by: Detlev Zundel --- drivers/net/mpc512x_fec.c | 29 +++-- 1 files changed, 7 insertions(+), 22 deletions(-) Changes from v1: - Use mac address from dev structure instead of environment

Re: [U-Boot] [PATCH v2] mpc512x_fec: Move PHY initialization from probe into init routine.

2010-04-08 Thread Ben Warren
Hi Detlev, On 4/8/2010 2:49 AM, Detlev Zundel wrote: > This saves the autonegotation delay when not using ethernet in U-Boot > > Signed-off-by: Detlev Zundel > --- > drivers/net/mpc512x_fec.c | 29 +++-- > 1 files changed, 7 insertions(+), 22 deletions(-) > > Changes f