diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-04-26 17:58:56 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-04-26 17:58:56 -0500 |
commit | debb7354d1ea4f694154818df5e5b523f5c1cc1d (patch) | |
tree | 3756d8c53914f5c728a7b4da2886243fd22c9bd7 /drivers/pci_auto.c | |
parent | 76544f80e476a7a0cc3a0bbce853354f2c6a61e2 (diff) | |
download | u-boot-imx-debb7354d1ea4f694154818df5e5b523f5c1cc1d.zip u-boot-imx-debb7354d1ea4f694154818df5e5b523f5c1cc1d.tar.gz u-boot-imx-debb7354d1ea4f694154818df5e5b523f5c1cc1d.tar.bz2 |
Initial support for MPC8641 HPCN board.
Diffstat (limited to 'drivers/pci_auto.c')
-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 15f7432..3c958d3 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, 0x1000); + pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x1); } if (pci_io) { |