diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-06-13 09:54:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-06-13 09:54:06 +0000 |
commit | 8338fec75774cab6239a7985986e2fd960b80f1a (patch) | |
tree | 8b721c437bbdded488f12daebca84705c191170e /target | |
parent | 10e325d73682c436b53896c6f25b51ea64edf5bc (diff) | |
download | upstream-8338fec75774cab6239a7985986e2fd960b80f1a.tar.gz upstream-8338fec75774cab6239a7985986e2fd960b80f1a.tar.bz2 upstream-8338fec75774cab6239a7985986e2fd960b80f1a.zip |
remove now empty samsung flash related patches
SVN-Revision: 21777
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/orion/patches-2.6.32/050-wrt350nv2_cfi_workaround.patch | 14 | ||||
-rw-r--r-- | target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/orion/patches-2.6.32/050-wrt350nv2_cfi_workaround.patch b/target/linux/orion/patches-2.6.32/050-wrt350nv2_cfi_workaround.patch deleted file mode 100644 index f10f89e789..0000000000 --- a/target/linux/orion/patches-2.6.32/050-wrt350nv2_cfi_workaround.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/drivers/mtd/chips/cfi_cmdset_0002.c -+++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -374,8 +374,9 @@ struct mtd_info *cfi_cmdset_0002(struct - - cfi_fixup_major_minor(cfi, extp); - -- if (extp->MajorVersion < '0' || extp->MajorVersion > '3' || -- (extp->MinorVersion < '0' || extp->MinorVersion > '4')) { -+ if ((extp->MajorVersion != '0' && extp->MinorVersion != '0') && -+ (extp->MajorVersion < '0' || extp->MajorVersion > '3' || -+ (extp->MinorVersion < '0' || extp->MinorVersion > '4'))) { - if (cfi->mfr == MANUFACTURER_SAMSUNG && - (extp->MajorVersion == '3' && extp->MinorVersion == '3')) { - printk(KERN_NOTICE " Newer Samsung flash detected, " diff --git a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch b/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch deleted file mode 100644 index f10f89e789..0000000000 --- a/target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/drivers/mtd/chips/cfi_cmdset_0002.c -+++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -374,8 +374,9 @@ struct mtd_info *cfi_cmdset_0002(struct - - cfi_fixup_major_minor(cfi, extp); - -- if (extp->MajorVersion < '0' || extp->MajorVersion > '3' || -- (extp->MinorVersion < '0' || extp->MinorVersion > '4')) { -+ if ((extp->MajorVersion != '0' && extp->MinorVersion != '0') && -+ (extp->MajorVersion < '0' || extp->MajorVersion > '3' || -+ (extp->MinorVersion < '0' || extp->MinorVersion > '4'))) { - if (cfi->mfr == MANUFACTURER_SAMSUNG && - (extp->MajorVersion == '3' && extp->MinorVersion == '3')) { - printk(KERN_NOTICE " Newer Samsung flash detected, " |