cfi_flash: Break long lines
[platform/kernel/u-boot.git] / lib_microblaze / time.c
index 0fef834..b5d8f19 100644 (file)
@@ -37,6 +37,6 @@ void udelay (unsigned long usec)
 void udelay (unsigned long usec)
 {
        unsigned int i;
-       for (i = 0; i < (usec * XILINX_CLOCK_FREQ / 10000000); i++);
+       for (i = 0; i < (usec * CONFIG_XILINX_CLOCK_FREQ / 10000000); i++);
 }
 #endif