]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8641hpcn/mpc8641hpcn.c
pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
[karo-tx-uboot.git] / board / freescale / mpc8641hpcn / mpc8641hpcn.c
index de899e8d8a742db12db1dac542ce7be81f798df5..fab4fae058c2721a6bb26d9b6d1f35a1c158c182 100644 (file)
@@ -187,9 +187,6 @@ void pci_init_board(void)
                               CONFIG_SYS_PCI1_IO_SIZE,
                               PCI_REGION_IO);
 
-               /* inbound */
-               r += fsl_pci_setup_inbound_windows(r);
-
                hose->region_count = r - hose->regions;
 
                hose->first_busno=first_free_busno;
@@ -235,9 +232,6 @@ void pci_init_board(void)
                       CONFIG_SYS_PCI2_IO_SIZE,
                       PCI_REGION_IO);
 
-       /* inbound */
-       r += fsl_pci_setup_inbound_windows(r);
-
        hose->region_count = r - hose->regions;
 
        hose->first_busno=first_free_busno;