diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-04-27 08:22:39 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-04-27 08:22:39 -0500 |
commit | a2320a6bf8113a09544c42d160d10ac69d049a03 (patch) | |
tree | 1c93d6ed94f8f017e481df35c900707c722e7feb | |
parent | debb7354d1ea4f694154818df5e5b523f5c1cc1d (diff) | |
download | u-boot-imx-a2320a6bf8113a09544c42d160d10ac69d049a03.zip u-boot-imx-a2320a6bf8113a09544c42d160d10ac69d049a03.tar.gz u-boot-imx-a2320a6bf8113a09544c42d160d10ac69d049a03.tar.bz2 |
Revert bad PCI prefetch limit change.
-rw-r--r-- | drivers/pci_auto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci_auto.c b/drivers/pci_auto.c index 3c958d3..15f7432 100644 --- a/drivers/pci_auto.c +++ b/drivers/pci_auto.c @@ -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, 0x1); + pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x1000); } if (pci_io) { |