From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Wed, 3 Dec 2008 01:31:11 +0100 Subject: [U-Boot] [PATCH] net/net.c: correct timeout function In-Reply-To: <20081128162529.GA14044@buzzloop.caiaq.de> References: <20081128162529.GA14044@buzzloop.caiaq.de> Message-ID: <20081203003111.GB2012@buzzloop.caiaq.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 28, 2008 at 05:25:29PM +0100, Daniel Mack wrote: > the net/net.c implemenation of timeouts assumes that get_timer() returns > values in milliseconds. As this is true for most platforms, it does not > apply to PXA3x where the OSCR register increments with more than 3MHz. > > The following patch fixes the problem by calculation with the > CONFIG_SYS_HZ variable. [...] Just curious - was this patch taken? Same question for the ones sent in mails labeled [PATCH] ne2000: take MAC address from config if available (+follow-ups) [PATCH] PXA3xx: fix CKEN[AB] Thanks, Daniel