commit | 8e9134c4d44586dbeb83d087bc5827d4549abaf3 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Oct 29 17:59:25 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 14 23:46:44 2010 +0100 |
tree | db583f8bf2839f3b8d6d3d4f32bd5554e0cbf0b8 | |
parent | 2b91f71f79c53deee229e070e6ddb183a3560de8 [diff] |
mpc85xx: Fix SERDES/eTSEC message indentation Previously some mpc85xx boards printed indented messages such as the following on bootup: printf(" eTSEC4 is in sgmii mode.\n"); printf(" Serdes2 disalbed\n"); The bootup appearance looks cleaner if the indentation is removed which aligns these messages with other bootup output. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> CC: galak@kernel.crashing.org