]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/katmai/katmai.c
ppc4xx: Remove duplicated is_pci_host() functions
[karo-tx-uboot.git] / board / amcc / katmai / katmai.c
index 34ecd994d2e290b8a7e8ca416e2ce74d54662c37..f43e76448bb9632258cadf0fbdab59ea2dcfde3b 100644 (file)
@@ -330,27 +330,6 @@ void pci_target_init(struct pci_controller * hose )
 #endif /* defined(CONFIG_PCI) && defined(CONFIG_SYS_PCI_TARGET_INIT) */
 
 #if defined(CONFIG_PCI)
-/*************************************************************************
- *  is_pci_host
- *
- *     This routine is called to determine if a pci scan should be
- *     performed. With various hardware environments (especially cPCI and
- *     PPMC) it's insufficient to depend on the state of the arbiter enable
- *     bit in the strap register, or generic host/adapter assumptions.
- *
- *     Rather than hard-code a bad assumption in the general 440 code, the
- *     440 pci code requires the board to decide at runtime.
- *
- *     Return 0 for adapter mode, non-zero for host (monarch) mode.
- *
- *
- ************************************************************************/
-int is_pci_host(struct pci_controller *hose)
-{
-       /* The katmai board is always configured as host. */
-       return 1;
-}
-
 int board_pcie_card_present(int port)
 {
        u32 val;