Skip to content
Snippets Groups Projects
Commit a6d0bfa8 authored by chenhui zhao's avatar chenhui zhao Committed by Kumar Gala
Browse files

powerpc/mpc8548cds: Fix booting message


Align the output for PCI. Replace "PCI" with "PCI1".

Signed-off-by: default avatarZhao Chenhui <chenhui.zhao@freescale.com>
parent 7065b7d4
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment