]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx25/tx25.c
consolidate mdelay by providing a common function for all users
[karo-tx-uboot.git] / board / karo / tx25 / tx25.c
index 307ffd0cbe5fbb34b088d3f0521aeff29ea4c7ac..ec83f997cc62ee3ca84c2e399c2d6780025a8bb2 100644 (file)
 #include <asm/gpio.h>
 #include <asm/arch/sys_proto.h>
 
-static void mdelay(int n)
-{
-       while (n-- > 0)
-               udelay(1000);
-}
-
 DECLARE_GLOBAL_DATA_PTR;
 
 #ifdef CONFIG_FEC_MXC