summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8548cds
diff options
context:
space:
mode:
authorchenhui zhao <chenhui.zhao@freescale.com>2011-09-06 16:41:14 +0000
committerKumar Gala <galak@kernel.crashing.org>2011-10-03 08:52:14 -0500
commita6d0bfa86f5af3bab7bd0d14653c80e4188e076c (patch)
tree7b062156d3f725c180c646bf3e3840d1d9c0582b /board/freescale/mpc8548cds
parent7065b7d466dfc4fbfa8a608cf21206efe59c01d9 (diff)
downloadblackbird-obmc-uboot-a6d0bfa86f5af3bab7bd0d14653c80e4188e076c.tar.gz
blackbird-obmc-uboot-a6d0bfa86f5af3bab7bd0d14653c80e4188e076c.zip
powerpc/mpc8548cds: Fix booting message
Align the output for PCI. Replace "PCI" with "PCI1". Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Diffstat (limited to 'board/freescale/mpc8548cds')
-rw-r--r--board/freescale/mpc8548cds/mpc8548cds.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c
index f70a97219b..8ab9752e2b 100644
--- a/board/freescale/mpc8548cds/mpc8548cds.c
+++ b/board/freescale/mpc8548cds/mpc8548cds.c
@@ -120,7 +120,7 @@ void lbc_sdram_init(void)
puts("LBC SDRAM: ");
print_size(CONFIG_SYS_LBC_SDRAM_SIZE * 1024 * 1024,
- "\n ");
+ "\n");
/*
* Setup SDRAM Base and Option Registers
@@ -236,7 +236,7 @@ void pci_init_board(void)
law_size_bits(pci_info.io_size), pci_info.law);
pci_agent = fsl_setup_hose(&pci1_hose, pci_info.regs);
- printf("PCI: %d bit, %s MHz, %s, %s, %s (base address %lx)\n",
+ printf("PCI1: %d bit, %s MHz, %s, %s, %s (base address %lx)\n",
(pci_32) ? 32 : 64,
(pci_speed == 33333000) ? "33" :
(pci_speed == 66666000) ? "66" : "unknown",
@@ -261,7 +261,7 @@ void pci_init_board(void)
}
#endif
} else {
- printf("PCI: disabled\n");
+ printf("PCI1: disabled\n");
}
puts("\n");
OpenPOWER on IntegriCloud