rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / mousse / mousse.c
index 7b61266..6a12b57 100644 (file)
@@ -58,7 +58,7 @@ int checkflash (void)
 
 phys_size_t initdram (int board_type)
 {
-       return CFG_RAM_SIZE;
+       return CONFIG_SYS_RAM_SIZE;
 }