]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx35pdk/mx35pdk.c
consolidate mdelay by providing a common function for all users
[karo-tx-uboot.git] / board / freescale / mx35pdk / mx35pdk.c
index 9eefe5ee16882749e5308b38203cf126932c4902..8f9b85733417637aedc935bf5fa1be030ee014f9 100644 (file)
@@ -46,8 +46,6 @@
 #error "CONFIG_BOARD_EARLY_INIT_F must be set for this board"
 #endif
 
-#define mdelay(n) ({unsigned long msec = (n); while (msec--) udelay(1000); })
-
 DECLARE_GLOBAL_DATA_PTR;
 
 int dram_init(void)