From 257671615b5a915e7fe5767990487bbccaf2b4a1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 16 Mar 2015 07:39:52 +0000 Subject: lantiq: drop 3.14 support Signed-off-by: John Crispin SVN-Revision: 44812 --- .../0010-MIPS-lantiq-export-soc-type.patch | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 target/linux/lantiq/patches-3.14/0010-MIPS-lantiq-export-soc-type.patch (limited to 'target/linux/lantiq/patches-3.14/0010-MIPS-lantiq-export-soc-type.patch') diff --git a/target/linux/lantiq/patches-3.14/0010-MIPS-lantiq-export-soc-type.patch b/target/linux/lantiq/patches-3.14/0010-MIPS-lantiq-export-soc-type.patch deleted file mode 100644 index f4cfacf4e9..0000000000 --- a/target/linux/lantiq/patches-3.14/0010-MIPS-lantiq-export-soc-type.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 6804142b47f2634b0657e4dfcec7a34e982b6ddb Mon Sep 17 00:00:00 2001 -From: John Crispin -Date: Wed, 10 Sep 2014 22:29:21 +0200 -Subject: [PATCH 10/36] MIPS: lantiq: export soc type -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Álvaro Fernández Rojas ---- - arch/mips/include/asm/mach-lantiq/lantiq.h | 2 ++ - arch/mips/lantiq/prom.c | 5 +++++ - 2 files changed, 7 insertions(+) - ---- a/arch/mips/include/asm/mach-lantiq/lantiq.h -+++ b/arch/mips/include/asm/mach-lantiq/lantiq.h -@@ -48,6 +48,8 @@ extern struct clk *clk_get_ppe(void); - extern unsigned char ltq_boot_select(void); - /* find out what caused the last cpu reset */ - extern int ltq_reset_cause(void); -+/* find out the soc type */ -+extern int ltq_soc_type(void); - - #define IOPORT_RESOURCE_START 0x10000000 - #define IOPORT_RESOURCE_END 0xffffffff ---- a/arch/mips/lantiq/prom.c -+++ b/arch/mips/lantiq/prom.c -@@ -36,6 +36,11 @@ const char *get_system_type(void) - return soc_info.sys_type; - } - -+int ltq_soc_type(void) -+{ -+ return soc_info.type; -+} -+ - void prom_free_prom_memory(void) - { - } -- cgit v1.2.3