commit | e7060dc570cbc50afbab654219e18ee8eab203fc | [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 | 8ca78f2c89cd058e498fa438f57accc2e810bb98 [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