Re: [U-Boot] [U-Boot, RFC, 1/1] driver: ram: rockchip: rk3399: missing counter increment

2018-03-18 Thread Philipp Tomsich
> If we want to check the duration we need to increment the counter. > > Signed-off-by: Heinrich Schuchardt > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > I do not have the

Re: [U-Boot] [U-Boot, RFC, 1/1] driver: ram: rockchip: rk3399: missing counter increment

2018-03-18 Thread Philipp Tomsich
> If we want to check the duration we need to increment the counter. > > Signed-off-by: Heinrich Schuchardt > --- > I do not have the hardware for testing. But the current coding is > obviously flawed. > --- > drivers/ram/rockchip/sdram_rk3399.c | 1 + > 1 file changed, 1

Re: [U-Boot] [U-Boot, RFC, 1/1] driver: ram: rockchip: rk3399: missing counter increment

2018-03-18 Thread Philipp Tomsich
> If we want to check the duration we need to increment the counter. > > Signed-off-by: Heinrich Schuchardt > --- > I do not have the hardware for testing. But the current coding is > obviously flawed. > --- > drivers/ram/rockchip/sdram_rk3399.c | 1 + > 1 file changed, 1

[U-Boot] [RFC 1/1] driver: ram: rockchip: rk3399: missing counter increment

2018-03-18 Thread Heinrich Schuchardt
If we want to check the duration we need to increment the counter. Signed-off-by: Heinrich Schuchardt --- I do not have the hardware for testing. But the current coding is obviously flawed. --- drivers/ram/rockchip/sdram_rk3399.c | 1 + 1 file changed, 1 insertion(+) diff