diff options
author | Stefan Roese <sr@denx.de> | 2007-02-01 13:22:41 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-02-01 13:22:41 +0100 |
commit | 23744d6b5bf17592eb6a0ef4f318f6089f55993b (patch) | |
tree | dc2115dee023f934ec5705e96d7713ac397f9c04 /include/configs | |
parent | 2902fadade3be7659467e8d074048c6b7068f5c0 (diff) | |
download | u-boot-imx-23744d6b5bf17592eb6a0ef4f318f6089f55993b.zip u-boot-imx-23744d6b5bf17592eb6a0ef4f318f6089f55993b.tar.gz u-boot-imx-23744d6b5bf17592eb6a0ef4f318f6089f55993b.tar.bz2 |
[PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
When PCI PNP is enabled the pci pnp configuration routine is called
which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
problems with some PCI cards. For now disable the PCI PNP configuration.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sequoia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 394b976..098aa3f 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -359,7 +359,7 @@ *----------------------------------------------------------------------*/ /* General PCI */ #define CONFIG_PCI /* include pci support */ -#define CONFIG_PCI_PNP /* do (not) pci plug-and-play */ +#undef CONFIG_PCI_PNP /* do (not) pci plug-and-play */ #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #define CFG_PCI_TARGBASE 0x80000000 /* PCIaddr mapped to CFG_PCI_MEMBASE*/ |