[U-Boot] [PATCH 03/15] rockchip: rk3288: Print reset reason
Jagan Teki
jagan at amarulasolutions.com
Mon Jul 29 07:46:59 UTC 2019
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 <w.egorov at phytec.de>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
arch/arm/mach-rockchip/rk3288-board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/rk3288-board.c b/arch/arm/mach-rockchip/rk3288-board.c
index d3ec141fea..613264d7ee 100644
--- a/arch/arm/mach-rockchip/rk3288-board.c
+++ b/arch/arm/mach-rockchip/rk3288-board.c
@@ -72,7 +72,7 @@ static void rk3288_detect_reset_reason(void)
reason = "unknown reset";
}
- env_set("reset_reason", reason);
+ printf("Reset cause: %s\n", reason);
/*
* Clear cru_glb_rst_st, so we can determine the last reset cause
--
2.18.0.321.gffc6fa0e3
More information about the U-Boot
mailing list