]> git.sur5r.net Git - u-boot/blobdiff - board/dave/common/pci.c
Merge branch 'cleanups' into next
[u-boot] / board / dave / common / pci.c
index ec0d76125ed3ff83ae1f7dc5d25daecf57c89433..ddfbea9a08c89f654f352eaf5cfabee7ca242e46 100644 (file)
@@ -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,