Skip to content
Snippets Groups Projects
Commit c71103f9 authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Stefan Roese
Browse files

ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs


Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 3672cd5c
No related branches found
No related tags found
No related merge requests found
...@@ -275,7 +275,8 @@ void pci_init_board(void); ...@@ -275,7 +275,8 @@ void pci_init_board(void);
void pciinfo (int, int); void pciinfo (int, int);
#if defined(CONFIG_PCI) && (defined(CONFIG_4xx) && !defined(CONFIG_AP1000)) #if defined(CONFIG_PCI) && (defined(CONFIG_4xx) && !defined(CONFIG_AP1000))
int pci_pre_init (struct pci_controller * ); int pci_pre_init (struct pci_controller *);
int is_pci_host (struct pci_controller *);
#endif #endif
#if defined(CONFIG_PCI) && (defined(CONFIG_440) || defined(CONFIG_405EX)) #if defined(CONFIG_PCI) && (defined(CONFIG_440) || defined(CONFIG_405EX))
...@@ -285,7 +286,6 @@ void pciinfo (int, int); ...@@ -285,7 +286,6 @@ void pciinfo (int, int);
# if defined(CONFIG_SYS_PCI_MASTER_INIT) # if defined(CONFIG_SYS_PCI_MASTER_INIT)
void pci_master_init (struct pci_controller *); void pci_master_init (struct pci_controller *);
# endif # endif
int is_pci_host (struct pci_controller *);
#if defined(CONFIG_440SPE) || \ #if defined(CONFIG_440SPE) || \
defined(CONFIG_460EX) || defined(CONFIG_460GT) || \ defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
defined(CONFIG_405EX) defined(CONFIG_405EX)
......
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