]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/pmc440/sdram.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / esd / pmc440 / sdram.c
index c7294c994598649797ab04fe2644a35f006bf50e..197857ad097381dfe125e09a2ed3c340b3f7e0e0 100644 (file)
@@ -111,5 +111,5 @@ phys_size_t initdram (int board_type)
         */
        set_mcsr(get_mcsr());
 
-       return (CFG_MBYTES_SDRAM << 20);
+       return (CONFIG_SYS_MBYTES_SDRAM << 20);
 }