diff options
author | Stefan Roese <sr@denx.de> | 2007-10-05 17:09:36 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:49 +0100 |
commit | 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31 (patch) | |
tree | 8a8d618276940dd54ad679fa427c92b6f489f720 /cpu/ppc4xx | |
parent | 4f14ed6230b9c109aac9a6fb878497dabd44c2db (diff) | |
download | u-boot-imx-1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31.zip u-boot-imx-1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31.tar.gz u-boot-imx-1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31.tar.bz2 |
ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r-- | cpu/ppc4xx/4xx_pci.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpu/ppc4xx/4xx_pci.c b/cpu/ppc4xx/4xx_pci.c index e617051..a68c419 100644 --- a/cpu/ppc4xx/4xx_pci.c +++ b/cpu/ppc4xx/4xx_pci.c @@ -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 */ |