]> git.sur5r.net Git - u-boot/blobdiff - board/esd/common/pci.c
eNET: Rearrange PAR assignments
[u-boot] / board / esd / common / pci.c
index dcb764cd1f3c0c625ea31b2af2b1e0a133f0b70b..11e55c5428638f3926c29a8127d07e6d5310ae6e 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_board(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,