aboutsummaryrefslogtreecommitdiff
path: root/src/fw/pciinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fw/pciinit.c')
-rw-r--r--src/fw/pciinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/pciinit.c b/src/fw/pciinit.c
index d79fb56..55f331a 100644
--- a/src/fw/pciinit.c
+++ b/src/fw/pciinit.c
@@ -513,7 +513,7 @@ static void mch_mem_addr_setup(struct pci_device *dev, void *arg)
* parisc: If mmio bar is bigger than this size, map the bar it into the
* directed ELMMIO instead of the distributed LMMIO region.
*/
-#define PARISC_MMIO_LIMIT 0x10000
+#define PARISC_MMIO_LIMIT 0x40000
#if CONFIG_PARISC
static int dino_pci_slot_get_irq(struct pci_device *pci, int pin)