* Made sure the code which disables prefetch for PCI devices sets the size of the...
authorMatthew McClintock <msm@freescale.com>
Wed, 28 Jun 2006 15:44:23 +0000 (10:44 -0500)
committerJon Loeliger <jdl@freescale.com>
Wed, 9 Aug 2006 18:50:35 +0000 (13:50 -0500)
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/pci_auto.c

index 15f7432..8fde330 100644 (file)
@@ -186,7 +186,7 @@ static void pciauto_prescan_setup_bridge(struct pci_controller *hose,
        } else {
                /* We don't support prefetchable memory for now, so disable */
                pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_BASE, 0x1000);
-               pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x1000);
+               pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x0);
        }
 
        if (pci_io) {