]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/MigoR/migo_r.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / MigoR / migo_r.c
index b31f37d0f6ad1fd10d0037d4938e7486229d0ce0..204ca78fa4ff6c87010847cc30477532d9640f56 100644 (file)
@@ -42,9 +42,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;
 }