[PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
authorStefan Roese <sr@denx.de>
Thu, 1 Feb 2007 12:22:41 +0000 (13:22 +0100)
committerStefan Roese <sr@denx.de>
Thu, 1 Feb 2007 12:22:41 +0000 (13:22 +0100)
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>
include/configs/sequoia.h

index 394b976..098aa3f 100644 (file)
  *----------------------------------------------------------------------*/
 /* 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*/