]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/amcc/sequoia/sdram.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / amcc / sequoia / sdram.c
index 77e6c7b4d1297d7185461d22b3d6d1a18082fcbe..64eb06308d059710a622554967b7ef80c23e0f4e 100644 (file)
@@ -113,5 +113,5 @@ phys_size_t initdram (int board_type)
         */
        set_mcsr(get_mcsr());
 
-       return (CFG_MBYTES_SDRAM << 20);
+       return (CONFIG_SYS_MBYTES_SDRAM << 20);
 }