summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.8/0038-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-14 18:00:34 +0000
committerJohn Crispin <john@openwrt.org>2013-07-14 18:00:34 +0000
commit89c03927368852cf912e76d553bcc7671f6c16cd (patch)
treec396a709343fe323501f82c078fc93d435701e9b /target/linux/ramips/patches-3.8/0038-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch
parenteb0a44917eea1b2d673d26c28df5aecbb8d77d67 (diff)
downloadmaster-31e0f0ae-89c03927368852cf912e76d553bcc7671f6c16cd.tar.gz
master-31e0f0ae-89c03927368852cf912e76d553bcc7671f6c16cd.tar.bz2
master-31e0f0ae-89c03927368852cf912e76d553bcc7671f6c16cd.zip
ralink: drop v3.8 support
Signed-off-by: John Crispin <blogic@opewnrt.org> SVN-Revision: 37311
Diffstat (limited to 'target/linux/ramips/patches-3.8/0038-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch')
-rw-r--r--target/linux/ramips/patches-3.8/0038-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/ramips/patches-3.8/0038-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch b/target/linux/ramips/patches-3.8/0038-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch
deleted file mode 100644
index 36fc72a1b6..0000000000
--- a/target/linux/ramips/patches-3.8/0038-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From cfad83f59816f2be69a22955a398906d749ab108 Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Sat, 13 Apr 2013 15:10:14 +0200
-Subject: [PATCH 38/79] MIPS: ralink: add memory definition to struct
- ralink_soc_info
-
-Depending on the actual SoC we have a different base address as well as minimum
-and maximum size for RAM. Add these fields to the per SoC structure.
-
-Signed-off-by: John Crispin <blogic@openwrt.org>
-Patchwork: http://patchwork.linux-mips.org/patch/5179/
----
- arch/mips/ralink/common.h | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
-index 299119b..83144c3 100644
---- a/arch/mips/ralink/common.h
-+++ b/arch/mips/ralink/common.h
-@@ -33,6 +33,11 @@ extern struct ralink_pinmux rt_gpio_pinmux;
- struct ralink_soc_info {
- unsigned char sys_type[RAMIPS_SYS_TYPE_LEN];
- unsigned char *compatible;
-+
-+ unsigned long mem_base;
-+ unsigned long mem_size;
-+ unsigned long mem_size_min;
-+ unsigned long mem_size_max;
- };
- extern struct ralink_soc_info soc_info;
-
---
-1.7.10.4
-