]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sorcery/sorcery.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / sorcery / sorcery.c
index e4fb1465fac95fc0bec7700f8d9e8f925411cab4..3e1bd6f0cf3b76c8e9f542813cc3b09f99afad46 100644 (file)
@@ -34,7 +34,7 @@ phys_size_t initdram (int board_type)
 
        size = dramSetup ();
 
-       return get_ram_size(CFG_SDRAM_BASE, size);
+       return get_ram_size(CONFIG_SYS_SDRAM_BASE, size);
 }
 
 int checkboard (void)