diff options
Diffstat (limited to 'board/tqc/tqm834x/pci.c')
| -rw-r--r-- | board/tqc/tqm834x/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqm834x/pci.c b/board/tqc/tqm834x/pci.c index 0eedf4ae4..cb2cb8d32 100644 --- a/board/tqc/tqm834x/pci.c +++ b/board/tqc/tqm834x/pci.c @@ -181,7 +181,7 @@ pci_init_board(void)  		       CONFIG_PCI_SYS_MEM_BUS,  		       CONFIG_PCI_SYS_MEM_PHYS,  		       CONFIG_PCI_SYS_MEM_SIZE, -		       PCI_REGION_MEM | PCI_REGION_MEMORY); +		       PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);  	hose->region_count = 3;  |