On Thu, Apr 22, 2021 at 01:08:49PM +0200, Lucas Stach wrote: > The i.MX reset reason is not really helpful on its own, as it needs > to be augmented with other information like the watchdog state to get > the real system reset reason. As it stands this log is more confusing > than answering any questions a user might have. > > Demote the log to debug level to stop this confusion. > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > --- > arch/arm/mach-imx/imx.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks Sascha > > diff --git a/arch/arm/mach-imx/imx.c b/arch/arm/mach-imx/imx.c > index 3d8c55c54ecd..bd7e9ac42320 100644 > --- a/arch/arm/mach-imx/imx.c > +++ b/arch/arm/mach-imx/imx.c > @@ -209,6 +209,6 @@ void imx_set_reset_reason(void __iomem *srsr, > > reset_source_set_prinst(type, RESET_SOURCE_DEFAULT_PRIORITY, instance); > > - pr_info("i.MX reset reason %s (SRSR: 0x%08x)\n", > - reset_source_to_string(type), reg); > + pr_debug("i.MX reset reason %s (SRSR: 0x%08x)\n", > + reset_source_to_string(type), reg); > } > -- > 2.29.2 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox