From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 08 Apr 2010 09:54:46 -0700 Subject: [U-Boot] [PATCH v2] mpc512x_fec: Move PHY initialization from probe into init routine. In-Reply-To: <1270720199-26674-1-git-send-email-dzu@denx.de> References: <4BB98BFB.7080908@gmail.com> <1270720199-26674-1-git-send-email-dzu@denx.de> Message-ID: <4BBE0A56.5060504@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 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 from v1: > - Use mac address from dev structure instead of environment > > Applied to net repo. thanks, Ben