summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-05-17 16:23:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-17 16:23:51 +0200
commit1fb97c97120377c70a1096a9f8a355d29c11f0d4 (patch)
tree81a227ccf825c5032e8c5057d380e63a487d05c9 /arch/mips
parentdee7a15dfaa640130d0b9bc289e5d55b358a2dbc (diff)
parent263d3c2105edec00e1e3e67770eb0a870567dbc4 (diff)
downloadbarebox-1fb97c97120377c70a1096a9f8a355d29c11f0d4.tar.gz
barebox-1fb97c97120377c70a1096a9f8a355d29c11f0d4.tar.xz
Merge branch 'for-next/x86'
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/pci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/include/asm/pci.h b/arch/mips/include/asm/pci.h
new file mode 100644
index 0000000000..d7419cabe7
--- /dev/null
+++ b/arch/mips/include/asm/pci.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __ASM_PCI_H
+#define __ASM_PCI_H
+
+#define pcibios_assign_all_busses() 1
+
+#endif