Re: [U-Boot] [U-Boot, v4] rockchip: rk3288: Add reset reason detection

2017-08-21 Thread Philipp Tomsich
> Sometimes it's helpful to know the reset reason caused in the SoC. > Add reset reason detection for the RK3288 SoC. > This will set an environment variable which represents the reset reason. > > Signed-off-by: Wadim Egorov > Acked-by: Philipp Tomsich

Re: [U-Boot] [U-Boot, v4] rockchip: rk3288: Add reset reason detection

2017-08-21 Thread Philipp Tomsich
> Sometimes it's helpful to know the reset reason caused in the SoC. > Add reset reason detection for the RK3288 SoC. > This will set an environment variable which represents the reset reason. > > Signed-off-by: Wadim Egorov > --- > Changes in v4: > - Factore out env_set() >

Re: [U-Boot] [U-Boot, v4] rockchip: rk3288: Add reset reason detection

2017-08-21 Thread Philipp Tomsich
> Sometimes it's helpful to know the reset reason caused in the SoC. > Add reset reason detection for the RK3288 SoC. > This will set an environment variable which represents the reset reason. > > Signed-off-by: Wadim Egorov > --- > Changes in v4: > - Factore out env_set() >