ARM: convert PCI defines to variables
[deliverable/linux.git] / arch / arm / mach-ixp4xx / common-pci.c
index e9a589395723dafd59e01f9c6d3458a1b1689b4c..3e81000b3e92ecfca4d9442d3c317a72505531a7 100644 (file)
@@ -346,6 +346,11 @@ void __init ixp4xx_pci_preinit(void)
 {
        unsigned long cpuid = read_cpuid_id();
 
+#ifdef CONFIG_IXP4XX_INDIRECT_PCI
+       pcibios_min_mem = 0x10000000; /* 1 GB of indirect PCI MMIO space */
+#else
+       pcibios_min_mem = 0x48000000; /* 64 MB of PCI MMIO space */
+#endif
        /*
         * Determine which PCI read method to use.
         * Rev 0 IXP425 requires workaround.
This page took 0.027775 seconds and 5 git commands to generate.