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

ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 4f14ed62
No related branches found
No related tags found
No related merge requests found
...@@ -592,4 +592,15 @@ void pci_init_board(void) ...@@ -592,4 +592,15 @@ void pci_init_board(void)
} }
#endif /* CONFIG_440 */ #endif /* CONFIG_440 */
#if defined(CONFIG_405EX)
void pci_init_board(void)
{
#ifdef CONFIG_PCI_SCAN_SHOW
printf("PCI: Bus Dev VenId DevId Class Int\n");
#endif
pcie_setup_hoses(0);
}
#endif /* CONFIG_405EX */
#endif /* CONFIG_PCI */ #endif /* CONFIG_PCI */
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