]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sbc8349/pci.c
pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
[karo-tx-uboot.git] / board / sbc8349 / pci.c
index 9022c55d576a73c259d8d2d1366f19c288b4a0e3..ac5f30b46e9da375b8c85ddd941400029bd479c3 100644 (file)
@@ -197,7 +197,7 @@ pci_init_board(void)
                       CONFIG_PCI_SYS_MEM_BUS,
                       CONFIG_PCI_SYS_MEM_PHYS,
                       gd->ram_size,
-                      PCI_REGION_MEM | PCI_REGION_MEMORY);
+                      PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);
 
        hose->region_count = 4;
 
@@ -293,7 +293,7 @@ pci_init_board(void)
                       CONFIG_PCI_SYS_MEM_BUS,
                       CONFIG_PCI_SYS_MEM_PHYS,
                       gd->ram_size,
-                      PCI_REGION_MEM | PCI_REGION_MEMORY);
+                      PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);
 
        hose->region_count = 4;