From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 10 Feb 2012 17:18:14 +0100 Subject: [U-Boot] [PATCH 1/2] mx35pdk: Remove duplicate CPU revision and reset cause information In-Reply-To: <1328888043-16881-1-git-send-email-fabio.estevam@freescale.com> References: <1328888043-16881-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <4F354346.10807@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 10/02/2012 16:34, Fabio Estevam wrote: > MX35PDK board does not need to print CPU revision and reset cause in board file > because this is printed by common code when CONFIG_DISPLAY_CPUINFO is selected > > Signed-off-by: Fabio Estevam > --- Hi Fabio, > /* Print board revision */ > printf("Board: MX35 PDK %d.0 ", ((get_board_rev() >> 8) + 1) & 0x0F); Now please add a \n here, because the newline is not inserted anymore. The output with your patches is : Board: MX35 PDK 1.0 I2C: ready DRAM: 256 MiB Thanks, Stefano -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================