Re: [U-Boot] [PATCH 1/4] Exynos5: DMC: Modify the definition of ddr3_mem_ctrl_init

2014-05-23 Thread Simon Glass
Hi Akshay, On 21 May 2014 23:32, Akshay Saraswat wrote: > Passing fewer arguments is better and mem_iv_size is never > used. Let's keep only one argument and make it cleaner. I agree with removing mem_iv_size as it is not used. But all you are doing with the other parameter is making the called

[U-Boot] [PATCH 1/4] Exynos5: DMC: Modify the definition of ddr3_mem_ctrl_init

2014-05-22 Thread Akshay Saraswat
Passing fewer arguments is better and mem_iv_size is never used. Let's keep only one argument and make it cleaner. Signed-off-by: Hatim Ali Signed-off-by: Akshay Saraswat --- arch/arm/cpu/armv7/exynos/dmc_common.c| 5 + arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c | 10 ++ arch/ar