Skip to content
Snippets Groups Projects
Commit 19e93b1e authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: 4xx_pcie: Change PCIe status output to match common style


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent ff68f66b
No related branches found
No related tags found
No related merge requests found
...@@ -812,7 +812,7 @@ void ppc4xx_setup_pcie_rootpoint(struct pci_controller *hose, int port) ...@@ -812,7 +812,7 @@ void ppc4xx_setup_pcie_rootpoint(struct pci_controller *hose, int port)
/* Set Class Code to PCI-PCI bridge and Revision Id to 1 */ /* Set Class Code to PCI-PCI bridge and Revision Id to 1 */
out_le32(mbase + 0x208, 0x06040001); out_le32(mbase + 0x208, 0x06040001);
printf("PCIE:%d successfully set as rootpoint\n", port); printf("PCIE%d: successfully set as root-complex\n", port);
} }
int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port) int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port)
...@@ -908,7 +908,7 @@ int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port) ...@@ -908,7 +908,7 @@ int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port)
mdelay(1000); mdelay(1000);
} }
printf("PCIE:%d successfully set as endpoint\n", port); printf("PCIE%d: successfully set as endpoint\n", port);
return 0; return 0;
} }
......
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