Re: [U-Boot] [PATCH 1/4 v2] fsl/ddr: Fix compiling warning

2016-12-05 Thread york sun
On 11/20/2016 07:49 PM, Shengzhou Liu wrote: > Fix following warning in case multiple erratum macro was not defined. > warning: unused variable 'tmp' > warning: unused variable 'ddr_freq' > > Signed-off-by: Shengzhou Liu > --- > v2: fix compile issue on some platforms. > >

[U-Boot] [PATCH 1/4 v2] fsl/ddr: Fix compiling warning

2016-11-20 Thread Shengzhou Liu
Fix following warning in case multiple erratum macro was not defined. warning: unused variable 'tmp' warning: unused variable 'ddr_freq' Signed-off-by: Shengzhou Liu --- v2: fix compile issue on some platforms. drivers/ddr/fsl/fsl_ddr_gen4.c | 57