]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/xilinx/ppc440-generic/xilinx_ppc440_generic.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / xilinx / ppc440-generic / xilinx_ppc440_generic.c
index 0867226fff0b33ce9a9ad910965b7ccf112c070f..0c3d667c5c78c4e93a8526954b253499542ef288 100644 (file)
@@ -37,7 +37,7 @@ int checkboard(void) __attribute__((weak, alias("__checkboard")));
 phys_size_t __initdram(int board_type)
 {
        return get_ram_size(XPAR_DDR2_SDRAM_MEM_BASEADDR,
-                           CFG_SDRAM_SIZE_MB * 1024 * 1024);
+                           CONFIG_SYS_SDRAM_SIZE_MB * 1024 * 1024);
 }
 phys_size_t initdram(int) __attribute__((weak, alias("__initdram")));