diff options
author | Matti Laakso <matti.laakso@outlook.com> | 2018-03-18 17:26:24 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-31 16:13:19 +0200 |
commit | 76f267ef6c54cb4cd9c1bee6e21d09495ac2f733 (patch) | |
tree | cf66c913439ec27af5e97fd8bdcf9949fb261918 /target/linux/pistachio/patches-4.9/003-MIPS-DTS-add-img-directory-to-Makefile.patch | |
parent | 0394edbba0d365a367cc207b62914f3adce2ee1d (diff) | |
download | upstream-76f267ef6c54cb4cd9c1bee6e21d09495ac2f733.tar.gz upstream-76f267ef6c54cb4cd9c1bee6e21d09495ac2f733.tar.bz2 upstream-76f267ef6c54cb4cd9c1bee6e21d09495ac2f733.zip |
pistachio: remove kernel 4.9 support
Signed-off-by: Matti Laakso <matti.laakso@outlook.com>
Diffstat (limited to 'target/linux/pistachio/patches-4.9/003-MIPS-DTS-add-img-directory-to-Makefile.patch')
-rw-r--r-- | target/linux/pistachio/patches-4.9/003-MIPS-DTS-add-img-directory-to-Makefile.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/pistachio/patches-4.9/003-MIPS-DTS-add-img-directory-to-Makefile.patch b/target/linux/pistachio/patches-4.9/003-MIPS-DTS-add-img-directory-to-Makefile.patch deleted file mode 100644 index aaeccab161..0000000000 --- a/target/linux/pistachio/patches-4.9/003-MIPS-DTS-add-img-directory-to-Makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ -From a907fdeb3f057e4c4b3960ca864b460dc1fa687a Mon Sep 17 00:00:00 2001 -From: Ian Pozella <Ian.Pozella@imgtec.com> -Date: Thu, 16 Feb 2017 10:42:22 +0000 -Subject: MIPS: DTS: add img directory to Makefile - -An img directory exists for the Pistchio Soc but the directory -itself isn't in the dts Makefile meaning the dtbs never get built. - -Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com> ---- - arch/mips/boot/dts/Makefile | 1 + - 1 file changed, 1 insertion(+) - ---- a/arch/mips/boot/dts/Makefile -+++ b/arch/mips/boot/dts/Makefile -@@ -1,5 +1,6 @@ - dts-dirs += brcm - dts-dirs += cavium-octeon -+dts-dirs += img - dts-dirs += ingenic - dts-dirs += lantiq - dts-dirs += mti |