diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-09-22 15:57:12 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-10-07 23:13:22 +0200 |
commit | 19951bbf57da87093f7bde25bad41571fbdaf4d9 (patch) | |
tree | 459e3c2b49cfa9bf34e124b2e45e14849a29fc21 /target/linux/layerscape/patches-4.4/8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch | |
parent | e3f47958dd16137ea903ca3733435862d9f602ae (diff) | |
download | upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.gz upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.bz2 upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.zip |
layerscape: drop linux 4.4 support
This patch is to drop linux 4.4 for layerscape.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.4/8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.4/8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/layerscape/patches-4.4/8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch b/target/linux/layerscape/patches-4.4/8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch deleted file mode 100644 index 49a07beb5d..0000000000 --- a/target/linux/layerscape/patches-4.4/8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 99b0e55881b217e9de4efd4d812dd3bd4f8c9380 Mon Sep 17 00:00:00 2001 -From: Mingkai Hu <Mingkai.Hu@freescale.com> -Date: Thu, 19 Nov 2015 12:49:50 +0800 -Subject: [PATCH 61/70] arm64/layerscape: Enable PCIe for Layerscape - -Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com> -Integrated-by: Jiang Yutang <yutang.jiang@nxp.com> ---- - arch/arm64/Kconfig.platforms | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/arch/arm64/Kconfig.platforms -+++ b/arch/arm64/Kconfig.platforms -@@ -31,6 +31,8 @@ config ARCH_EXYNOS7 - - config ARCH_LAYERSCAPE - bool "ARMv8 based Freescale Layerscape SoC family" -+ select PCI_LAYERSCAPE if PCI -+ select LS_SCFG_MSI if PCI_MSI - help - This enables support for the Freescale Layerscape SoC family. - |