summaryrefslogtreecommitdiffstats
path: root/board/ads5121/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ads5121/pci.c')
-rw-r--r--board/ads5121/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ads5121/pci.c b/board/ads5121/pci.c
index b747e812ad..806c428e4c 100644
--- a/board/ads5121/pci.c
+++ b/board/ads5121/pci.c
@@ -153,7 +153,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;
OpenPOWER on IntegriCloud