projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e16387
)
* Made sure the code which disables prefetch for PCI devices sets the size of the...
author
Matthew McClintock
<msm@freescale.com>
Wed, 28 Jun 2006 15:44:23 +0000
(10:44 -0500)
committer
Jon 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
patch
|
blob
|
history
diff --git
a/drivers/pci_auto.c
b/drivers/pci_auto.c
index 15f74328f0a6a011c58cd425c56cb3a561dd1c98..8fde3301e537fe74a8de7f1823015725d05a0389 100644
(file)
--- 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, 0x
100
0);
+ pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x0);
}
if (pci_io) {