summaryrefslogtreecommitdiffstats
path: root/board/pm854/pm854.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm854/pm854.c')
-rw-r--r--board/pm854/pm854.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pm854/pm854.c b/board/pm854/pm854.c
index a302b91767..0b8ea8192c 100644
--- a/board/pm854/pm854.c
+++ b/board/pm854/pm854.c
@@ -59,10 +59,10 @@ int checkboard (void)
puts("Board: MicroSys PM854\n");
#ifdef CONFIG_PCI
- printf(" PCI1: 32 bit, %d MHz (compiled)\n",
+ printf("PCI1: 32 bit, %d MHz (compiled)\n",
CONFIG_SYS_CLK_FREQ / 1000000);
#else
- printf(" PCI1: disabled\n");
+ printf("PCI1: disabled\n");
#endif
/*
OpenPOWER on IntegriCloud