]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/cobra5272/cobra5272.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / 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)