From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 20 Jul 2009 22:42:05 -0700 Subject: [U-Boot] [PATCH 3/4]: arm: Kirkwood: Check the error summary bit for error detection In-Reply-To: <20090708130511.2823c57e@marrow.netinsight.se> References: <20090708130134.4b100399@marrow.netinsight.se> <20090708130511.2823c57e@marrow.netinsight.se> Message-ID: <4A65552D.4050901@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 Simon Kagstrom wrote: > The Marvell documentation for the 88f6281 states that the error coding > is only valid if the error summary and last frame bits in the transmit > descriptor status field are set. This patch adds checks for these for > transmit (I would get transmit errors on bootp with the current check, > which I believe are spurious). > > Signed-off-by: Simon Kagstrom > --- Applied to net repo. thanks, Ben