X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=board%2Ftb0229%2Fvr4131-pci.c;h=6ff42937c80e87d5bc97aff24ec8a76c2d9340de;hb=5dcf53696fe1eff3daa1884fd154a27f652de25c;hp=4c9192341e0f51205607d2af7374219883f5ce66;hpb=7daf2ebe9196dd67131a06d85049c3a8a08ca413;p=oweals%2Fu-boot.git diff --git a/board/tb0229/vr4131-pci.c b/board/tb0229/vr4131-pci.c index 4c9192341e..6ff42937c8 100644 --- a/board/tb0229/vr4131-pci.c +++ b/board/tb0229/vr4131-pci.c @@ -235,7 +235,7 @@ void init_vr4131_pci (struct pci_controller *hose) pci_set_region (hose->regions + 3, 0x00000000, 0x80000000, - 0x04000000, PCI_REGION_MEM | PCI_REGION_MEMORY); + 0x04000000, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); hose->region_count = 4;