ARM: convert PCI defines to variables
[deliverable/linux.git] / arch / arm / mach-integrator / pci_v3.c
index 6467d99fa2ee4a0c674d9071dad669cb5caa7b32..11b86e5b71c29546c013b575e56f5217e8f7147a 100644 (file)
@@ -502,6 +502,9 @@ void __init pci_v3_preinit(void)
        unsigned int temp;
        int ret;
 
+       pcibios_min_io = 0x6000;
+       pcibios_min_mem = 0x00100000;
+
        /*
         * Hook in our fault handler for PCI errors
         */
This page took 0.027229 seconds and 5 git commands to generate.