]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/linkstation/linkstation.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / linkstation / linkstation.c
index afb96ae6ce6804c1c7cd887b2be853694790e3cb..c0d43eb332882857d7ce22b5a08f06358112ab8a 100644 (file)
@@ -53,7 +53,7 @@ int checkboard (void)
 
 phys_size_t initdram (int board_type)
 {
-       return (get_ram_size(CFG_SDRAM_BASE, CFG_MAX_RAM_SIZE));
+       return (get_ram_size(CONFIG_SYS_SDRAM_BASE, CONFIG_SYS_MAX_RAM_SIZE));
 }
 
 /*