diff options
Diffstat (limited to 'board/ads5121/pci.c')
-rw-r--r-- | board/ads5121/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ads5121/pci.c b/board/ads5121/pci.c index b747e812ada..806c428e4c3 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; |