summaryrefslogtreecommitdiffstats
path: root/board/freescale/p1_p2_rdb
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-10-29 17:59:25 -0500
committerWolfgang Denk <wd@denx.de>2010-11-14 23:46:44 +0100
commite7060dc570cbc50afbab654219e18ee8eab203fc (patch)
treedb583f8bf2839f3b8d6d3d4f32bd5554e0cbf0b8 /board/freescale/p1_p2_rdb
parent8ca78f2c89cd058e498fa438f57accc2e810bb98 (diff)
downloadblackbird-obmc-uboot-e7060dc570cbc50afbab654219e18ee8eab203fc.tar.gz
blackbird-obmc-uboot-e7060dc570cbc50afbab654219e18ee8eab203fc.zip
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
Diffstat (limited to 'board/freescale/p1_p2_rdb')
-rw-r--r--board/freescale/p1_p2_rdb/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/p1_p2_rdb/pci.c b/board/freescale/p1_p2_rdb/pci.c
index e2ed29c3c4..2a2d6b702f 100644
--- a/board/freescale/p1_p2_rdb/pci.c
+++ b/board/freescale/p1_p2_rdb/pci.c
@@ -56,7 +56,7 @@ void pci_init_board(void)
debug (" pci_init_board: devdisr=%x, io_sel=%x\n", devdisr, io_sel);
if (!(pordevsr & MPC85xx_PORDEVSR_SGMII2_DIS))
- printf (" eTSEC2 is in sgmii mode.\n");
+ printf("eTSEC2 is in sgmii mode.\n");
puts("\n");
#ifdef CONFIG_PCIE2
OpenPOWER on IntegriCloud