X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fetrax%2Fpatches-2.6.30%2F200-samsung_flash.patch;fp=target%2Flinux%2Fetrax%2Fpatches-2.6.30%2F200-samsung_flash.patch;h=d04c2794d4aad1bbd5bed77a8f50db388563f9ca;hp=0000000000000000000000000000000000000000;hb=da1158659fa0998c456eb314ef0c429f0e6d0e36;hpb=a866aa0226623465b2f37e82d00437082d875f69 diff --git a/target/linux/etrax/patches-2.6.30/200-samsung_flash.patch b/target/linux/etrax/patches-2.6.30/200-samsung_flash.patch new file mode 100644 index 0000000000..d04c2794d4 --- /dev/null +++ b/target/linux/etrax/patches-2.6.30/200-samsung_flash.patch @@ -0,0 +1,11 @@ +--- a/drivers/mtd/chips/cfi_cmdset_0002.c ++++ b/drivers/mtd/chips/cfi_cmdset_0002.c +@@ -374,7 +374,7 @@ struct mtd_info *cfi_cmdset_0002(struct + + cfi_fixup_major_minor(cfi, extp); + +- if (extp->MajorVersion != '1' || ++ if (extp->MajorVersion < '1' || extp->MajorVersion > '3' || + (extp->MinorVersion < '0' || extp->MinorVersion > '4')) { + if (cfi->mfr == MANUFACTURER_SAMSUNG && + (extp->MajorVersion == '3' && extp->MinorVersion == '3')) {