[U-Boot] [PATCH] net/net.c: correct timeout function

Daniel Mack daniel at caiaq.de
Wed Dec 3 01:31:11 CET 2008


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


More information about the U-Boot mailing list