global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
[platform/kernel/u-boot.git] / drivers / mtd / nand / raw / omap_gpmc.c
index 8b9ff4d..b7d261d 100644 (file)
@@ -407,7 +407,7 @@ static int __read_prefetch_aligned(struct nand_chip *chip, uint32_t *buf, int le
                cnt = PREFETCH_STATUS_FIFO_CNT(cnt);
 
                for (i = 0; i < cnt / 4; i++) {
-                       *buf++ = readl(CONFIG_SYS_NAND_BASE);
+                       *buf++ = readl(CFG_SYS_NAND_BASE);
                        len -= 4;
                }
        } while (len);