]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ap325rxa/ap325rxa.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / ap325rxa / ap325rxa.c
index cfa02617a2d2b38748dd6363688785d869a9bd21..9f1112a4360941222415c2a6bc8293d7eab99808 100644 (file)
@@ -144,9 +144,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;
 }