Re: [U-Boot] [PATCH v9 37/49] rockchip: sdram: Use the rk_clr/setreg() interface

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:44, Simon Glass wrote: > Use this function in preference to the macro. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes in v2: None > > arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 7 +++ > 1 file

[U-Boot] [PATCH v9 37/49] rockchip: sdram: Use the rk_clr/setreg() interface

2016-01-21 Thread Simon Glass
Use this function in preference to the macro. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git