diff options
author | John Crispin <john@openwrt.org> | 2008-05-03 15:48:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-05-03 15:48:42 +0000 |
commit | 6720686d55dd6f13cf527c087f67ee27cb74592a (patch) | |
tree | 09a73636f1e9dbba98aedd5b2794d67576c58766 /target/linux/etrax/patches/cris/015-samsung-flash-chip.patch | |
parent | c4f78ab7955a4de798cd051c1aa4173c2d817cb3 (diff) | |
download | upstream-6720686d55dd6f13cf527c087f67ee27cb74592a.tar.gz upstream-6720686d55dd6f13cf527c087f67ee27cb74592a.tar.bz2 upstream-6720686d55dd6f13cf527c087f67ee27cb74592a.zip |
remove old etrax patches
SVN-Revision: 11027
Diffstat (limited to 'target/linux/etrax/patches/cris/015-samsung-flash-chip.patch')
-rw-r--r-- | target/linux/etrax/patches/cris/015-samsung-flash-chip.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/etrax/patches/cris/015-samsung-flash-chip.patch b/target/linux/etrax/patches/cris/015-samsung-flash-chip.patch deleted file mode 100644 index 0c87fb995c..0000000000 --- a/target/linux/etrax/patches/cris/015-samsung-flash-chip.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN linux-2.6.19.2.orig/drivers/mtd/chips/cfi_cmdset_0002.c linux-2.6.19.2/drivers/mtd/chips/cfi_cmdset_0002.c ---- linux-2.6.19.2.orig/drivers/mtd/chips/cfi_cmdset_0002.c 2007-05-30 21:23:01.000000000 +0200 -+++ linux-2.6.19.2/drivers/mtd/chips/cfi_cmdset_0002.c 2007-05-30 21:38:13.000000000 +0200 -@@ -291,8 +291,7 @@ - kfree(mtd); - return NULL; - } -- -- if (extp->MajorVersion != '1' || -+ if (extp->MajorVersion < '0' || extp->MajorVersion > '3' || - (extp->MinorVersion < '0' || extp->MinorVersion > '4')) { - if (cfi->mfr == MANUFACTURER_SAMSUNG && - (extp->MajorVersion == '3' && extp->MinorVersion == '3')) { |