rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / freescale / m5272c3 / m5272c3.c
index d17cb2e..902ca3a 100644 (file)
@@ -40,7 +40,7 @@ phys_size_t initdram (int board_type) {
        /* Dummy write to start SDRAM */
        *((volatile unsigned long *)0) = 0;
 
-       return CFG_SDRAM_SIZE * 1024 * 1024;
+       return CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;
        };
 
 int testdram (void) {