diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2009-10-02 08:07:39 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2009-10-02 08:07:39 +0000 |
commit | b88e08839a8f61f2c9829ba6c9e37b4d60b84b62 (patch) | |
tree | 70599f9b61f46047bae7a561b8a0ba2a75fb3402 /target/linux/etrax/patches-2.6.25/200-samsung_flash.patch | |
parent | f82630617944fa6b4dc05b4035d6bfa457d2b64c (diff) | |
download | mtk-20170518-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.zip mtk-20170518-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.tar.gz mtk-20170518-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.tar.bz2 |
dump 2.6.25 support
SVN-Revision: 17816
Diffstat (limited to 'target/linux/etrax/patches-2.6.25/200-samsung_flash.patch')
-rw-r--r-- | target/linux/etrax/patches-2.6.25/200-samsung_flash.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/etrax/patches-2.6.25/200-samsung_flash.patch b/target/linux/etrax/patches-2.6.25/200-samsung_flash.patch deleted file mode 100644 index 5353106..0000000 --- a/target/linux/etrax/patches-2.6.25/200-samsung_flash.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/drivers/mtd/chips/cfi_cmdset_0002.c -+++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -297,8 +297,8 @@ struct mtd_info *cfi_cmdset_0002(struct - return NULL; - } - -- if (extp->MajorVersion != '1' || -- (extp->MinorVersion < '0' || extp->MinorVersion > '4')) { -+ if (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, " |