summaryrefslogtreecommitdiffstats
path: root/cpu/mpc824x/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc824x/pci.c')
-rw-r--r--cpu/mpc824x/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc824x/pci.c b/cpu/mpc824x/pci.c
index 7e3c4c3b78..cf9cf41ae5 100644
--- a/cpu/mpc824x/pci.c
+++ b/cpu/mpc824x/pci.c
@@ -34,7 +34,7 @@ void pci_mpc824x_init (struct pci_controller *hose)
CHRP_PCI_MEMORY_BUS,
CHRP_PCI_MEMORY_PHYS,
CHRP_PCI_MEMORY_SIZE,
- PCI_REGION_MEM | PCI_REGION_MEMORY);
+ PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);
/* PCI memory space */
pci_set_region(hose->regions + 1,
OpenPOWER on IntegriCloud