ARM: convert PCI defines to variables
[deliverable/linux.git] / arch / arm / mach-versatile / pci.c
index 13c7e5f90a82eb1d4f52883e784eea8d08257546..7848a177b1f0eb27ccf031e817168599a58f6d16 100644 (file)
@@ -311,6 +311,9 @@ struct pci_bus * __init pci_versatile_scan_bus(int nr, struct pci_sys_data *sys)
 
 void __init pci_versatile_preinit(void)
 {
+       pcibios_min_io = 0x44000000;
+       pcibios_min_mem = 0x50000000;
+
        __raw_writel(VERSATILE_PCI_MEM_BASE0 >> 28, PCI_IMAP0);
        __raw_writel(VERSATILE_PCI_MEM_BASE1 >> 28, PCI_IMAP1);
        __raw_writel(VERSATILE_PCI_MEM_BASE2 >> 28, PCI_IMAP2);
This page took 0.026447 seconds and 5 git commands to generate.