X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmpc8220%2Fpci.c;h=7ef43b72cd77112356e7d1775b6d31e315e6b7da;hb=8206bfae3ab7f99965136384360ba2de0c6f4c3b;hp=a78a82850c676523a7fa82f5944a2a6f2f874157;hpb=f82642e33899766892499b163e60560fbbf87773;p=oweals%2Fu-boot.git diff --git a/cpu/mpc8220/pci.c b/cpu/mpc8220/pci.c index a78a82850c..7ef43b72cd 100644 --- a/cpu/mpc8220/pci.c +++ b/cpu/mpc8220/pci.c @@ -165,7 +165,7 @@ pci_mpc8220_init(struct pci_controller *hose) 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;