Skip to content
Snippets Groups Projects
Commit 1900fbf2 authored by Ed Swarthout's avatar Ed Swarthout Committed by Wolfgang Denk
Browse files

Revert "Fix MPC8544DS PCIe3 scsi."


This reverts commit 9468e680.
Commit 16e23c3f removing allocation of PCSRBAR is sufficient.

Signed-off-by: default avatarEd Swarthout <Ed.Swarthout@freescale.com>
parent 8f1bc284
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,6 @@ fsl_pci_init(struct pci_controller *hose) ...@@ -54,7 +54,6 @@ fsl_pci_init(struct pci_controller *hose)
u8 temp8; u8 temp8;
int r; int r;
int bridge; int bridge;
unsigned long bus_lower_temp;
volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) hose->cfg_addr; volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) hose->cfg_addr;
pci_dev_t dev = PCI_BDF(busno,0,0); pci_dev_t dev = PCI_BDF(busno,0,0);
...@@ -135,10 +134,9 @@ fsl_pci_init(struct pci_controller *hose) ...@@ -135,10 +134,9 @@ fsl_pci_init(struct pci_controller *hose)
* but do not allocate any windows since any BAR found (such * but do not allocate any windows since any BAR found (such
* as PCSRBAR) is not in this cpu's memory space. * as PCSRBAR) is not in this cpu's memory space.
*/ */
bus_lower_temp = hose->pci_mem->bus_lower;
pciauto_setup_device(hose, dev, 0, hose->pci_mem, pciauto_setup_device(hose, dev, 0, hose->pci_mem,
hose->pci_prefetch, hose->pci_io); hose->pci_prefetch, hose->pci_io);
hose->pci_mem->bus_lower = bus_lower_temp;
#ifndef CONFIG_PCI_NOSCAN #ifndef CONFIG_PCI_NOSCAN
printf (" Scanning PCI bus %02x\n", hose->current_busno); printf (" Scanning PCI bus %02x\n", hose->current_busno);
......
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