aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.c')
-rw-r--r--src/boot.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/boot.c b/src/boot.c
index f2ded31..31f63ea 100644
--- a/src/boot.c
+++ b/src/boot.c
@@ -49,7 +49,11 @@ glob_prefix(const char *glob, const char *str)
}
}
+#if CONFIG_PARISC
+#define FW_PCI_DOMAIN "/dino-pcihost"
+#else
#define FW_PCI_DOMAIN "/pci@i0cf8"
+#endif
static char *
build_pci_path(char *buf, int max, const char *devname, struct pci_device *pci)