]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc832xemds/pci.c
pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
[karo-tx-uboot.git] / board / freescale / mpc832xemds / pci.c
index 2a48dd24ee55ebdcf00c48d4e7640d521f2b420d..212fb5219833ae1103a9261b34047ea176dd7a58 100644 (file)
@@ -228,7 +228,7 @@ void pci_init_board(void)
                       CONFIG_SYS_PCI_SLV_MEM_LOCAL,
                       CONFIG_SYS_PCI_SLV_MEM_BUS,
                       CONFIG_SYS_PCI_SLV_MEM_SIZE,
-                      PCI_REGION_MEM | PCI_REGION_MEMORY);
+                      PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);
 
        hose[0].region_count = 4;