diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-10-12 02:31:39 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-22 01:16:08 +0200 |
commit | c4c9fbebae6a62d538817d0ccee698adaafc5d66 (patch) | |
tree | 91e9e2b82568b32bf3135bdc25d0a852f6c31095 /board/linkstation | |
parent | 712fbcf384b7fbe6118325f21dad98150b24f13b (diff) | |
download | u-boot-imx-c4c9fbebae6a62d538817d0ccee698adaafc5d66.zip u-boot-imx-c4c9fbebae6a62d538817d0ccee698adaafc5d66.tar.gz u-boot-imx-c4c9fbebae6a62d538817d0ccee698adaafc5d66.tar.bz2 |
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>
Diffstat (limited to 'board/linkstation')
-rw-r--r-- | board/linkstation/hwctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/linkstation/hwctl.c b/board/linkstation/hwctl.c index 9fd56ae..d2090be 100644 --- a/board/linkstation/hwctl.c +++ b/board/linkstation/hwctl.c @@ -19,8 +19,6 @@ #include <command.h> #include <asm/io.h> -#define mdelay(n) udelay((n)*1000) - #define AVR_PORT CONFIG_SYS_NS16550_COM2 /* 2005.5.10 BUFFALO add */ |