aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.8/034-arm_plat_orion_make_common_pcie.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-27 01:52:28 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-27 01:52:28 +0000
commitd0603d6615501216ba6c9cf28c03278cd201c55c (patch)
treee09a3c949729bd57dfffcccfd12b4de253616c3d /target/linux/mvebu/patches-3.8/034-arm_plat_orion_make_common_pcie.patch
parenta0848b5884403d5a2d001776216cbf3faf517537 (diff)
downloadupstream-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.gz
upstream-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.bz2
upstream-d0603d6615501216ba6c9cf28c03278cd201c55c.zip
mvebu: drop 3.8 support
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38225
Diffstat (limited to 'target/linux/mvebu/patches-3.8/034-arm_plat_orion_make_common_pcie.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/034-arm_plat_orion_make_common_pcie.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/mvebu/patches-3.8/034-arm_plat_orion_make_common_pcie.patch b/target/linux/mvebu/patches-3.8/034-arm_plat_orion_make_common_pcie.patch
deleted file mode 100644
index 40ac714c10..0000000000
--- a/target/linux/mvebu/patches-3.8/034-arm_plat_orion_make_common_pcie.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-mvebu is a new-style Orion platform, so it only selects PLAT_ORION,
-but not PLAT_ORION_LEGACY. It will however need the common PCIe code
-from plat-orion, so make this code available for PLAT_ORION platforms
-as a whole, and not only PLAT_ORION_LEGACY platforms.
-
-We also take this opportunity to build the PCIe code only when
-CONFIG_PCI is enabled.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- arch/arm/plat-orion/Makefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- a/arch/arm/plat-orion/Makefile
-+++ b/arch/arm/plat-orion/Makefile
-@@ -4,7 +4,8 @@
- ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
-
- obj-y += addr-map.o
-+obj-$(CONFIG_PCI) += pcie.o
-
- orion-gpio-$(CONFIG_GENERIC_GPIO) += gpio.o
--obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o
-+obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o time.o common.o mpp.o
- obj-$(CONFIG_PLAT_ORION_LEGACY) += $(orion-gpio-y)