projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f14ed6
)
ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
author
Stefan Roese
<sr@denx.de>
Fri, 5 Oct 2007 15:09:36 +0000
(17:09 +0200)
committer
Stefan Roese
<sr@denx.de>
Wed, 31 Oct 2007 20:20:49 +0000
(21:20 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pci.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/4xx_pci.c
b/cpu/ppc4xx/4xx_pci.c
index
e617051
..
a68c419
100644
(file)
--- 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 */