]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/m5272c3/m5272c3.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / freescale / m5272c3 / m5272c3.c
index d17cb2ef98d8e3536af6bf946ce430b353448fd5..902ca3aac672fbf45cb21a31b168c9c7fb98a087 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) {