]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sh7785lcr/sh7785lcr.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / sh7785lcr / sh7785lcr.c
index 66b21f8496caf388d6907ab38e06aeda052a0570..786c758a92c2efd1bead82ff3ca790237a28a975 100644 (file)
@@ -38,9 +38,9 @@ int dram_init(void)
 {
        DECLARE_GLOBAL_DATA_PTR;
 
-       gd->bd->bi_memstart = CFG_SDRAM_BASE;
-       gd->bd->bi_memsize = CFG_SDRAM_SIZE;
-       printf("DRAM:  %dMB\n", CFG_SDRAM_SIZE / (1024 * 1024));
+       gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
+       gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
+       printf("DRAM:  %dMB\n", CONFIG_SYS_SDRAM_SIZE / (1024 * 1024));
        return 0;
 }