summaryrefslogtreecommitdiffstats
path: root/board/tb0229
diff options
context:
space:
mode:
Diffstat (limited to 'board/tb0229')
-rw-r--r--board/tb0229/vr4131-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tb0229/vr4131-pci.c b/board/tb0229/vr4131-pci.c
index 4c9192341e..6ff42937c8 100644
--- a/board/tb0229/vr4131-pci.c
+++ b/board/tb0229/vr4131-pci.c
@@ -235,7 +235,7 @@ void init_vr4131_pci (struct pci_controller *hose)
pci_set_region (hose->regions + 3,
0x00000000,
0x80000000,
- 0x04000000, PCI_REGION_MEM | PCI_REGION_MEMORY);
+ 0x04000000, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);
hose->region_count = 4;
OpenPOWER on IntegriCloud