diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 11:35:08 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 11:35:08 +0000 |
commit | 2f1b56443c564b97f49bd9584b437af9204bd489 (patch) | |
tree | 9f6af4c9e1673c9e1c1f0d2e358b21f029573bf4 /target/linux/etrax/patches-2.6.29/200-samsung_flash.patch | |
parent | 0bf753274a5addb5857ac00cdccc75dd8c76a3d3 (diff) |
refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15581 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/patches-2.6.29/200-samsung_flash.patch')
-rw-r--r-- | target/linux/etrax/patches-2.6.29/200-samsung_flash.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/target/linux/etrax/patches-2.6.29/200-samsung_flash.patch b/target/linux/etrax/patches-2.6.29/200-samsung_flash.patch index 5df6590fa7..d04c2794d4 100644 --- a/target/linux/etrax/patches-2.6.29/200-samsung_flash.patch +++ b/target/linux/etrax/patches-2.6.29/200-samsung_flash.patch @@ -1,10 +1,8 @@ -Index: linux-2.6.28.2/drivers/mtd/chips/cfi_cmdset_0002.c -=================================================================== ---- linux-2.6.28.2.orig/drivers/mtd/chips/cfi_cmdset_0002.c 2009-02-04 13:42:19.000000000 +0100 -+++ linux-2.6.28.2/drivers/mtd/chips/cfi_cmdset_0002.c 2009-02-04 13:44:11.000000000 +0100 -@@ -364,7 +364,7 @@ - return NULL; - } +--- 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' || |