mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-02 09:36:15 +00:00
powerpc/mpc8548cds: Fix booting message
Align the output for PCI. Replace "PCI" with "PCI1". Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
This commit is contained in:
parent
7065b7d466
commit
a6d0bfa86f
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue