
10 Feb
2012
10 Feb
'12
5:18 p.m.
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 fabio.estevam@freescale.com
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@denx.de
=====================================================================