Move milisecdelay into include/common.h
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>
Mon, 19 Oct 2015 20:40:41 +0000 (22:40 +0200)
committerTobias Diedrich <ranma+coreboot@tdiedrich.de>
Tue, 20 Oct 2015 19:16:31 +0000 (21:16 +0200)
u-boot/include/common.h
u-boot/include/configs/ap121.h
u-boot/include/configs/db12x.h

index 06eed3f0b97cde3e9fd3ac07bf030a474b8e7d34..652e731ed296c824aa6d932c016015cf6191b3f8 100644 (file)
@@ -520,6 +520,7 @@ void        wait_ticks    (unsigned long);
 
 /* lib_$(ARCH)/time.c */
 void   udelay        (unsigned long);
+#define milisecdelay(_x)                        udelay((_x) * 1000)
 ulong  usec2ticks    (unsigned long usec);
 ulong  ticks2usec    (unsigned long ticks);
 int    init_timebase (void);
index 69392195585bd43c387d261fd011cc9841828b06..ce3f88abd8f991fc6670cb168830d44ff0540998 100644 (file)
 #define CFG_BOOTM_LEN                          (16 << 20) /* 16 MB */
 
 #undef DEBUG
-#define milisecdelay(_x)                       udelay((_x) * 1000)
 
 /* MAC address, model and PIN number offsets in FLASH */
 #if defined(CONFIG_FOR_DLINK_DIR505_A1)
index 8fe8377c167ffd040d87d883127f6cc382c9a498..b6a95acbd14f4e022c393d22274fa24798b4cf5e 100644 (file)
 #define CFG_BOOTM_LEN                          (16 << 20) /* 16 MB */
 
 #undef DEBUG
-#define milisecdelay(_x)                       udelay((_x) * 1000)
 
 /* MAC address, model and PIN number offsets in FLASH */
 #define OFFSET_MAC_DATA_BLOCK                  0x010000