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 b747e812a..806c428e4 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; |