rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / drivers / mtd / spi / stmicro.c
index c999b12..b8b835a 100644 (file)
@@ -295,7 +295,7 @@ int stmicro_erase(struct spi_flash *flash, u32 offset, size_t len)
                }
 
                /* Up to 2 seconds */
-               ret = stmicro_wait_ready(flash, 2 * CFG_HZ);
+               ret = stmicro_wait_ready(flash, 2 * CONFIG_SYS_HZ);
                if (ret < 0) {
                        debug("SF: STMicro page erase timed out\n");
                        break;