aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-10 13:24:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-10 13:24:54 +0000
commit5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726 (patch)
tree68f565ba26e39f33733bffd36e9072dcc8a56314 /target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch
parent00caedf86ebb6317c1abba2cb7477f9df88988b9 (diff)
downloadupstream-5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726.tar.gz
upstream-5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726.tar.bz2
upstream-5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726.zip
xburst: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35934
Diffstat (limited to 'target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch')
-rw-r--r--target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch b/target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch
deleted file mode 100644
index f6b11540af..0000000000
--- a/target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From cdb15b56aa9517a8cdbd14724088227514622a1b Mon Sep 17 00:00:00 2001
-From: Maarten ter Huurne <maarten@treewalker.org>
-Date: Wed, 11 Jan 2012 22:36:03 +0100
-Subject: [PATCH 17/21] MIPS: JZ4740: qi_lb60: Look for NAND chip in bank 1.
-
-All NanoNotes have their NAND in bank 1.
-Specifying the bank is required since commit e7ca5a665877a030.
----
- arch/mips/jz4740/board-qi_lb60.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
---- a/arch/mips/jz4740/board-qi_lb60.c
-+++ b/arch/mips/jz4740/board-qi_lb60.c
-@@ -140,6 +140,7 @@ static void qi_lb60_nand_ident(struct pl
- static struct jz_nand_platform_data qi_lb60_nand_pdata = {
- .ident_callback = qi_lb60_nand_ident,
- .busy_gpio = 94,
-+ .banks = { 1 },
- };
-
- /* Keyboard*/