diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 07:39:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 07:39:52 +0000 |
commit | 257671615b5a915e7fe5767990487bbccaf2b4a1 (patch) | |
tree | 959a849b8ece8315d25df194fa68a7a79b0ff5f0 /target/linux/lantiq/patches-3.14/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch | |
parent | 7648d80c901faedb43f296411e9686d7e9eda592 (diff) | |
download | mtk-20170518-257671615b5a915e7fe5767990487bbccaf2b4a1.zip mtk-20170518-257671615b5a915e7fe5767990487bbccaf2b4a1.tar.gz mtk-20170518-257671615b5a915e7fe5767990487bbccaf2b4a1.tar.bz2 |
lantiq: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44812
Diffstat (limited to 'target/linux/lantiq/patches-3.14/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.14/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/lantiq/patches-3.14/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch b/target/linux/lantiq/patches-3.14/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch deleted file mode 100644 index fdd065d..0000000 --- a/target/linux/lantiq/patches-3.14/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/mtd/chips/cfi_cmdset_0001.c -+++ b/drivers/mtd/chips/cfi_cmdset_0001.c -@@ -40,7 +40,7 @@ - /* #define CMDSET0001_DISABLE_WRITE_SUSPEND */ - - // debugging, turns off buffer write mode if set to 1 --#define FORCE_WORD_WRITE 0 -+#define FORCE_WORD_WRITE 1 - - /* Intel chips */ - #define I82802AB 0x00ad |