diff options
Diffstat (limited to 'board/dave/common/pci.c')
| -rw-r--r-- | board/dave/common/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/dave/common/pci.c b/board/dave/common/pci.c index ec0d76125..ddfbea9a0 100644 --- a/board/dave/common/pci.c +++ b/board/dave/common/pci.c @@ -179,7 +179,7 @@ void pci_init(void)    /* System memory space */    pci_set_region(hose->regions + 0,  		 0x00000000, 0x00000000, 0x01000000, -		 PCI_REGION_MEM | PCI_REGION_MEMORY); +		 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);    /* PCI Memory space */    pci_set_region(hose->regions + 1, |