]> git.sur5r.net Git - u-boot/blobdiff - board/cobra5272/cobra5272.c
cmd history: Match history buffer size to console buffer
[u-boot] / board / cobra5272 / cobra5272.c
index b9285505041759e9b6e0405f018497402e0cec5c..a62214cf597a2964a3d2cae3d5158ad49f2ad46d 100644 (file)
@@ -42,7 +42,7 @@ phys_size_t initdram (int board_type)
        /* Dummy write to start SDRAM */
        *((volatile unsigned long *) 0) = 0;
 
-       return CFG_SDRAM_SIZE * 1024 * 1024;
+       return CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;
 };
 
 int testdram (void)