summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/orion/patches-2.6.32/050-wrt350nv2_cfi_workaround.patch14
-rw-r--r--target/linux/orion/patches/050-wrt350nv2_cfi_workaround.patch14
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, "