]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mousse/mousse.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / mousse / mousse.c
index 7b61266483de0a446ea1438fac75227608b9ecf7..6a12b576e0a14364d6f4865adc44ebc12a61ab93 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;
 }