Skip to content
Snippets Groups Projects
Commit a72dbae2 authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

fsl_pci_init: Make fsl_pci_init_port() PCI/PCIe aware


Previously fsl_pci_init_port() always assumed that a port was a PCIe
port and would incorrectly print messages for a PCI port such as the
following on bootup:
    PCI1:  32 bit, 33 MHz, sync, host, arbiter
                Scanning PCI bus 00
    PCIE1 on bus 00 - 00

This change corrects the output of fsl_pci_init_port():
    PCI1:  32 bit, 33 MHz, sync, host, arbiter
                Scanning PCI bus 00
    PCI1 on bus 00 - 00

Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 258ccd68
No related branches found
No related tags found
Loading
Loading
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