aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/patches-3.8/0020-qi_lb60-NAND-add-data-partition.patch
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-07-22 18:42:36 +0000
committerLars-Peter Clausen <lars@metafoo.de>2013-07-22 18:42:36 +0000
commitb2f4feb751163ce73670da196527ea15f149cccf (patch)
treef8add5df14ddc64e7c017f75508d8e2b945f285c /target/linux/xburst/patches-3.8/0020-qi_lb60-NAND-add-data-partition.patch
parent1edc595db2f37c17131d28a6cf64483a27b5ae9c (diff)
downloadmaster-187ad058-b2f4feb751163ce73670da196527ea15f149cccf.tar.gz
master-187ad058-b2f4feb751163ce73670da196527ea15f149cccf.tar.bz2
master-187ad058-b2f4feb751163ce73670da196527ea15f149cccf.zip
xburst: Remove 3.8 support
3.8 support for this platform is broken, so remove it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37511 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/patches-3.8/0020-qi_lb60-NAND-add-data-partition.patch')
-rw-r--r--target/linux/xburst/patches-3.8/0020-qi_lb60-NAND-add-data-partition.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/xburst/patches-3.8/0020-qi_lb60-NAND-add-data-partition.patch b/target/linux/xburst/patches-3.8/0020-qi_lb60-NAND-add-data-partition.patch
deleted file mode 100644
index 9d45dd8698..0000000000
--- a/target/linux/xburst/patches-3.8/0020-qi_lb60-NAND-add-data-partition.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 1d7ef3445db5aebf48c90b20e18630633623c750 Mon Sep 17 00:00:00 2001
-From: Xiangfu Liu <xiangfu@macbook.(none)>
-Date: Fri, 19 Aug 2011 15:46:52 +0800
-Subject: [PATCH 20/21] qi_lb60: NAND: add data partition
-
----
- arch/mips/jz4740/board-qi_lb60.c | 7 ++++++-
- 1 files changed, 6 insertions(+), 1 deletions(-)
-
---- a/arch/mips/jz4740/board-qi_lb60.c
-+++ b/arch/mips/jz4740/board-qi_lb60.c
-@@ -118,8 +118,13 @@ static struct mtd_partition qi_lb60_part
- {
- .name = "NAND ROOTFS partition",
- .offset = 8 * 0x100000,
-- .size = (504 + 512 + 1024) * 0x100000,
-+ .size = 512 * 0x100000,
- },
-+ {
-+ .name = "NAND DATA partition",
-+ .offset = 520 * 0x100000,
-+ .size = 1528 * 0x100000,
-+ },
- };
-
- static void qi_lb60_nand_ident(struct platform_device *pdev,