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

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2007-10-05 17:09:36 +02:00
parent 4f14ed6230
commit 1d7b874e9c
1 changed files with 11 additions and 0 deletions
cpu/ppc4xx

View File

@ -592,4 +592,15 @@ void pci_init_board(void)
}
#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 */