commit | 589c2ff430c45026a505d8aad5cf229de0c45081 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Wed Oct 12 02:31:39 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 22 01:16:08 2011 +0200 |
tree | 91e9e2b82568b32bf3135bdc25d0a852f6c31095 | |
parent | 6904b6e318297d9e06628589701e2214a129b6db [diff] |
consolidate mdelay by providing a common function for all users There are several mdelay() definitions in the driver and board code. Remove them all and provide a common mdelay() in lib/time.c. Signed-off-by: Anatolij Gustschin <agust@denx.de> Acked-by: Mike Frysinger <vapier@gentoo.org>