From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Ketola Date: Thu, 12 Apr 2012 23:12:36 +0300 Subject: [U-Boot] [PATCH 5/8] MXC FEC: Resolve speed before configuring gasket In-Reply-To: <4F87343D.4090202@boundarydevices.com> References: <1334223234-23383-1-git-send-email-timo@exertus.fi> <1334223234-23383-6-git-send-email-timo@exertus.fi> <4F87343D.4090202@boundarydevices.com> Message-ID: <4F873734.3030007@exertus.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12.04.2012 22:59, Troy Kisky wrote: > On 4/12/2012 2:33 AM, Timo Ketola wrote: >> Signed-off-by: Timo Ketola >> + if (speed == _100BASET) > This will break gigabit speed. How about > > if (speed != _10BASET) Looks fine to me. I'll put it that way in v2. -- Timo