]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/armltd/integratorap/integratorap.c
pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
[karo-tx-uboot.git] / board / armltd / integratorap / integratorap.c
index ddacabb2eac8f5aff3439b83a9ebc55f9d53ae80..9631967b07136f95dcfa5279adc71e246f5e234c 100644 (file)
@@ -428,7 +428,7 @@ void pci_init_board (void)
        /* System memory space */
        pci_set_region (hose->regions + 0,
                        0x00000000, 0x40000000, 0x01000000,
-                       PCI_REGION_MEM | PCI_REGION_MEMORY);
+                       PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);
 
        /* PCI Memory - config space */
        pci_set_region (hose->regions + 1,