PPC405EP support added.
[oweals/u-boot.git] / cpu / ppc4xx / 405gp_pci.c
index 1c2c59b9bd84718ab80a4cab0eca39edeeb7fce0..728952312ea2b644f138af6064c83b8abc512ab6 100644 (file)
@@ -78,7 +78,7 @@
 #include <asm/processor.h>
 #include <pci.h>
 
-#if defined(CONFIG_405GP)
+#if defined(CONFIG_405GP) || defined(CONFIG_405EP)
 
 #ifdef CONFIG_PCI
 
@@ -376,7 +376,7 @@ static struct pci_controller hose = {
        config_table: pci_405gp_config_table,
 };
 
-void pci_init(void)
+void pci_init_board(void)
 {
        /*we want the ptrs to RAM not flash (ie don't use init list)*/
        hose.fixup_irq    = pci_405gp_fixup_irq;
@@ -494,7 +494,7 @@ void pci_440_init (struct pci_controller *hose)
 }
 
 
-void pci_init(void)
+void pci_init_board(void)
 {
        pci_440_init (&ppc440_hose);
 }