]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - nand_spl/board/amcc/bamboo/sdram.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / nand_spl / board / amcc / bamboo / sdram.c
index adede44c37e9b920c37d8d5b6ebb57d8077abe1d..54be2566c0c6f614eaf618f8750b2ca58a661076 100644 (file)
@@ -88,5 +88,5 @@ phys_size_t initdram(int board_type)
        mtsdram(mem_cfg0, 0x80000000); /* DCEN=1, PMUD=0*/
        wait_init_complete();
 
-       return CFG_MBYTES_SDRAM << 20;
+       return CONFIG_SYS_MBYTES_SDRAM << 20;
 }