aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.19/950-0710-bcm2711_defconfig-enable-PCI-portbus-support-and-imp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm2708/patches-4.19/950-0710-bcm2711_defconfig-enable-PCI-portbus-support-and-imp.patch')
-rw-r--r--target/linux/brcm2708/patches-4.19/950-0710-bcm2711_defconfig-enable-PCI-portbus-support-and-imp.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/brcm2708/patches-4.19/950-0710-bcm2711_defconfig-enable-PCI-portbus-support-and-imp.patch b/target/linux/brcm2708/patches-4.19/950-0710-bcm2711_defconfig-enable-PCI-portbus-support-and-imp.patch
deleted file mode 100644
index ff4a5c0c8b..0000000000
--- a/target/linux/brcm2708/patches-4.19/950-0710-bcm2711_defconfig-enable-PCI-portbus-support-and-imp.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From cafde1b8ce97409f642c0a851e6a8b98f7cbd295 Mon Sep 17 00:00:00 2001
-From: Jonathan Bell <jonathan@raspberrypi.org>
-Date: Thu, 18 Jul 2019 13:05:35 +0100
-Subject: [PATCH 710/773] bcm2711_defconfig: enable PCI portbus support (and
- implicitly, PCIe AER)
-
-PCIe advanced error reporting is supported by the root complex, so make
-use of it.
-
-Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
----
- arch/arm/configs/bcm2711_defconfig | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/arch/arm/configs/bcm2711_defconfig
-+++ b/arch/arm/configs/bcm2711_defconfig
-@@ -33,6 +33,8 @@ CONFIG_ARCH_BCM2835=y
- CONFIG_ARM_LPAE=y
- # CONFIG_CACHE_L2X0 is not set
- CONFIG_PCI=y
-+CONFIG_PCIEPORTBUS=y
-+# CONFIG_PCIEASPM is not set
- CONFIG_PCI_MSI=y
- CONFIG_PCIE_BRCMSTB=y
- CONFIG_SMP=y