]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc85xx: Fix SERDES/eTSEC message indentation
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 29 Oct 2010 22:59:25 +0000 (17:59 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 14 Nov 2010 22:46:44 +0000 (23:46 +0100)
commite7060dc570cbc50afbab654219e18ee8eab203fc
treedb583f8bf2839f3b8d6d3d4f32bd5554e0cbf0b8
parent8ca78f2c89cd058e498fa438f57accc2e810bb98
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
board/atum8548/atum8548.c
board/freescale/mpc8536ds/mpc8536ds.c
board/freescale/mpc8544ds/mpc8544ds.c
board/freescale/mpc8572ds/mpc8572ds.c
board/freescale/p1_p2_rdb/pci.c
board/freescale/p2020ds/p2020ds.c