[U-Boot] [PATCH 1/2] ARM: MX31: print WRSR to indicate the source of the last reset
Anatolij Gustschin
agust at denx.de
Sat Mar 12 14:22:34 CET 2011
Hi Fabio,
On Thu, 10 Mar 2011 05:47:15 -0800 (PST)
Fabio Estevam <fabioestevam at yahoo.com> wrote:
> Hi Anatolij,
>
> --- On Thu, 3/10/11, Anatolij Gustschin <agust at denx.de> wrote:
> ....
> > mx31_get_mcu_main_clk() / 1000000);
> > + struct wdog_regs *wdog = (struct> wdog_regs *)WDOG_BASE;
> > +
> > + printf("CPU: Freescale i.MX31 at %d MHz (WRSR=0x%04x)\n",
> > +
> > mx31_get_mcu_main_clk() / 1000000, wdog->wrsr);
> > return 0;
>
> Wouldn´t it be better to show a string for the reset source, rather than a pure register value?
I'm fine with using a string.
Viele Grüße,
Anatolij
More information about the U-Boot
mailing list