From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 12 May 2009 20:40:26 +0200 Subject: [U-Boot] Timeout in tftp.c In-Reply-To: <4A0969FC.2060504@taskit.de> References: <4A0969FC.2060504@taskit.de> Message-ID: <20090512184026.GD479@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14:22 Tue 12 May , Achim Ehrlich wrote: > Hello, > > The timeout for lost packages in tftp.c is defined to 5000 msecs. But > when setting the timeout get_timer(0) is called in NetSetTimeout in net.c. > But on AT91 the timer code returns usecs and not msecs resulting in a > timeout of 5 ms instead of 5 secs, which is kind of short. I looked in > the timer code of other ARM-based platforms and they seem to use > usec-based timers as well. > Of course I can change the defined timeout in tftp.c to one second or > so, but that doesn't seem to be the right way to solve this issue. > > Any suggestions or ideas or do I miss something here? could you be more precise against which version your test was done? Best Regards, J.