]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/sunxi/dram_sun8i.c
Merge branch 'master' of git://git.denx.de/u-boot-samsung
[u-boot] / arch / arm / cpu / armv7 / sunxi / dram_sun8i.c
index aa6445edd1cdcf25a5eb7c7b103bf353742b0578..3d7964d1af72b71359102bd541052d27962224b7 100644 (file)
@@ -289,7 +289,6 @@ unsigned long sunxi_dram_init(void)
                writel(0x000310f4 | MCTL_CR_PAGE_SIZE(page_size),
                       &mctl_com->cr);
                setbits_le32(&mctl_com->swonr, 0x0003ffff);
-               mctl_mem_fill();
                for (rows = 11; rows < 16; rows++) {
                        offset = 1 << (rows + columns + bus);
                        if (mctl_mem_matches(offset))