From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 15 Mar 2013 15:55:27 +0100 Subject: [U-Boot] [PATCH v4] Add initial support for Wandboard dual lite and solo. In-Reply-To: <20130314202406.5FE6520057D@gemini.denx.de> References: <1363228354-29534-1-git-send-email-festevam@gmail.com> <20130314123136.3A79E2005BB@gemini.denx.de> <20130314202406.5FE6520057D@gemini.denx.de> Message-ID: <5143365F.5000207@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14/03/2013 21:24, Wolfgang Denk wrote: > Dear Fabio, > Hi Wolfgang, hi Fabio, >>> Can we please remove the "Reset cause: WDOG" line in production mode? >> >> Do you mean the change below? >> >> --- a/arch/arm/imx-common/cpu.c >> +++ b/arch/arm/imx-common/cpu.c >> @@ -148,7 +148,7 @@ int print_cpuinfo(void) >> (cpurev & 0x000F0) >> 4, >> (cpurev & 0x0000F) >> 0, >> mxc_get_clock(MXC_ARM_CLK) / 1000000); >> - printf("Reset cause: %s\n", get_reset_cause()); >> + debug("Reset cause: %s\n", get_reset_cause()); >> return 0; >> } >> #endif >> >> Since this is common code I can address it separately with other >> patch. Just let me know if this is OK. > > Indeed this is common code, I see it now. So yes, if we change this, > it should be done as separate patch. I think debug() makes a lot of > sense here to reduce the output at boot time to a reasonable minimum, > but then - is there another way for the user to inquire for this > information. If not, should we add it to the bdinfo output? Reset cause is a very important information - we can know if the processor gets a watchdog, or if a power on happened. The last one can address to hiddden issues with the power supply. I understand that less redundant information is better, but this is very important info and it cannot be used only if DEBUG is set. IMHO we should let it as it is - it helps us when something bad happens. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================