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=0000000000000000000000000000000000000000;hp=4176ec3950653199a4ef4b52aab76159bd2ccd75;hb=222e7933e9e439bfac671b2c62efa33825a1f1ab;hpb=61e3a578d776d4e14aeda83de738d50d90c236df 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 deleted file mode 100644 index 4176ec3950..0000000000 --- a/target/linux/etrax/patches-2.6.30/200-samsung_flash.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/mtd/chips/cfi_cmdset_0002.c -+++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -385,7 +385,7 @@ struct mtd_info *cfi_cmdset_0002(struct - - cfi_fixup_major_minor(cfi, extp); - -- 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')) {