]> git.sur5r.net Git - u-boot/blobdiff - board/dave/common/pci.c
i.MX6: mx6qsabrelite: indent with tabs
[u-boot] / board / dave / common / pci.c
index ec0d76125ed3ff83ae1f7dc5d25daecf57c89433..30367998d2c684c33d7273b593ca7eb0aac4de8d 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include <common.h>
-#include <ppc4xx.h>
+#include <asm/ppc4xx.h>
 #include <asm/processor.h>
 #include <pci.h>
 
@@ -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,