]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/exynos/dmc_common.c
Merge branch 'u-boot/master'
[u-boot] / arch / arm / cpu / armv7 / exynos / dmc_common.c
index cca925e42c34cc805dc9055bed79857501c33139..9b6ee69f4671e5beed37625fb896e46f22543be1 100644 (file)
@@ -162,7 +162,7 @@ void mem_ctrl_init(int reset)
 
        /* If there are any other memory variant, add their init call below */
        if (param->mem_type == DDR_MODE_DDR3) {
-               ret = ddr3_mem_ctrl_init(mem, param->mem_iv_size, reset);
+               ret = ddr3_mem_ctrl_init(mem, reset);
                if (ret) {
                        /* will hang if failed to init memory control */
                        while (1)