From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 27 Jan 2010 00:01:51 -0800 Subject: [U-Boot] [PATCH 1/5] tsec: Clean up Broadcom PHY status parsing In-Reply-To: <1257793788-1130-1-git-send-email-ptyser@xes-inc.com> References: <1257793788-1130-1-git-send-email-ptyser@xes-inc.com> Message-ID: <4B5FF2EF.3020608@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 Peter, Peter Tyser wrote: > - Remove unnecessary printing "Enet starting in /" > This same information is already printed during normal ethernet > operation in the form "Speed: 1000, full duplex". > > - Add a check for link before determining link speed and duplex > If there is no link, speed/duplex don't matter. This also removes > the annoying and unneeded "Auto-neg error, defaulting to 10BT/HD" > message that occurs when no link is detected. > > - Whitespace and line > 80 characters cleanup > > Signed-off-by: Peter Tyser > --- Patches 1-5 applied to net repo. thanks, Ben