Re: [U-Boot] [PATCH 03/15] rockchip: rk3288: Print reset reason

2019-08-14 Thread Michael Nazzareno Trimarchi
Hi On Wednesday, August 14, 2019, Wadim Egorov wrote: > > On 14.08.19 11:40, Jagan Teki wrote: > > On Mon, Aug 5, 2019 at 6:00 PM Kever Yang > wrote: > >> > >> On 2019/7/29 下午3:46, Jagan Teki wrote: > >>> Print the reason for reset instead of storing it into > >>> env variable in rk3288. > >>>

Re: [U-Boot] [PATCH 03/15] rockchip: rk3288: Print reset reason

2019-08-14 Thread Wadim Egorov
On 14.08.19 11:40, Jagan Teki wrote: > On Mon, Aug 5, 2019 at 6:00 PM Kever Yang wrote: >> >> On 2019/7/29 下午3:46, Jagan Teki wrote: >>> Print the reason for reset instead of storing it into >>> env variable in rk3288. >>> >>> This would help to find the reset reason directly >>> on U-Boot proper

Re: [U-Boot] [PATCH 03/15] rockchip: rk3288: Print reset reason

2019-08-14 Thread Jagan Teki
On Mon, Aug 5, 2019 at 6:00 PM Kever Yang wrote: > > > On 2019/7/29 下午3:46, Jagan Teki wrote: > > Print the reason for reset instead of storing it into > > env variable in rk3288. > > > > This would help to find the reset reason directly > > on U-Boot proper logs. > > > > Cc: Wadim Egorov > > Sig

Re: [U-Boot] [PATCH 03/15] rockchip: rk3288: Print reset reason

2019-08-05 Thread Kever Yang
On 2019/7/29 下午3:46, Jagan Teki wrote: Print the reason for reset instead of storing it into env variable in rk3288. This would help to find the reset reason directly on U-Boot proper logs. Cc: Wadim Egorov Signed-off-by: Jagan Teki --- arch/arm/mach-rockchip/rk3288-board.c | 2 +- 1 file

[U-Boot] [PATCH 03/15] rockchip: rk3288: Print reset reason

2019-07-29 Thread Jagan Teki
Print the reason for reset instead of storing it into env variable in rk3288. This would help to find the reset reason directly on U-Boot proper logs. Cc: Wadim Egorov Signed-off-by: Jagan Teki --- arch/arm/mach-rockchip/rk3288-board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif