Re: [U-Boot] [PATCH 2/2] ram: rk3328: Fix loading of skew values【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-10-14 Thread Kever Yang
On 2019/10/8 上午10:55, Kever Yang wrote: On 2019/10/7 上午12:28, Simon South wrote: Fix a typo that caused incorrect values to be loaded into the DRAM controller's deskew registers. Signed-off-by: Simon South Reviewed-by: Kever Yang Applied to u-boot-rockchip master. Thanks, - Kever ---  

Re: [U-Boot] [PATCH 2/2] ram: rk3328: Fix loading of skew values

2019-10-07 Thread Kever Yang
On 2019/10/7 上午12:28, Simon South wrote: Fix a typo that caused incorrect values to be loaded into the DRAM controller's deskew registers. Signed-off-by: Simon South Reviewed-by: Kever Yang Thanks, - Kever --- drivers/ram/rockchip/sdram_rk3328.c | 2 +- 1 file changed, 1 insertion(+), 1

[U-Boot] [PATCH 2/2] ram: rk3328: Fix loading of skew values

2019-10-06 Thread Simon South
Fix a typo that caused incorrect values to be loaded into the DRAM controller's deskew registers. Signed-off-by: Simon South --- drivers/ram/rockchip/sdram_rk3328.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ram/rockchip/sdram_rk3328.c b/drivers/ram/rockchip/sdr