global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / board / freescale / t104xrdb / ddr.c
index 539a36d..02ddb66 100644 (file)
@@ -115,7 +115,7 @@ found:
 #if defined(CONFIG_DEEP_SLEEP)
 void board_mem_sleep_setup(void)
 {
-       void __iomem *cpld_base = (void *)CONFIG_SYS_CPLD_BASE;
+       void __iomem *cpld_base = (void *)CFG_SYS_CPLD_BASE;
 
        /* does not provide HW signals for power management */
        clrbits_8(cpld_base + 0x17, 0x40);