summaryrefslogtreecommitdiffstats
path: root/cpu/mcf547x_8x/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mcf547x_8x/pci.c')
-rw-r--r--cpu/mcf547x_8x/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf547x_8x/pci.c b/cpu/mcf547x_8x/pci.c
index f5c25367fb..f867dc1279 100644
--- a/cpu/mcf547x_8x/pci.c
+++ b/cpu/mcf547x_8x/pci.c
@@ -149,7 +149,7 @@ void pci_mcf547x_8x_init(struct pci_controller *hose)
pci_set_region(hose->regions + 2, CONFIG_SYS_PCI_SYS_MEM_BUS,
CONFIG_SYS_PCI_SYS_MEM_PHYS, CONFIG_SYS_PCI_SYS_MEM_SIZE,
- PCI_REGION_MEM | PCI_REGION_MEMORY);
+ PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);
hose->region_count = 3;
OpenPOWER on IntegriCloud