aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-05-25 19:32:00 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-05-25 19:32:00 +0000
commitc69f2d8788919032dd1046983eb820198571bc97 (patch)
treea46a4f3811defd4c10c58cd708d4da5c78a5bcba /target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch
parent8137e35a5dd952d3e5b57679d8f3d9627889c236 (diff)
downloadupstream-c69f2d8788919032dd1046983eb820198571bc97.tar.gz
upstream-c69f2d8788919032dd1046983eb820198571bc97.tar.bz2
upstream-c69f2d8788919032dd1046983eb820198571bc97.zip
kernel: some updates for kernel 2.6.39
* add md5sum for kernel * add some missing config symbols * add some ssb patches to make compat-wireless compile Thank you Peter Wagner for the patch SVN-Revision: 27009
Diffstat (limited to 'target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch')
-rw-r--r--target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch b/target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch
index 2f4e6ef83b..ffb6f0aa8c 100644
--- a/target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch
+++ b/target/linux/generic/patches-2.6.39/502-yaffs_git_2010_10_20.patch
@@ -316,7 +316,7 @@
chunk/page state. This byte is zeroed when the page is discarded.
Choose this option if you have existing on-NAND data in this format
that you need to continue to support. New data written also uses the
-@@ -57,7 +78,7 @@ adjusted to use the older-style format.
+@@ -57,7 +78,7 @@ adjusted to use the older-style format.
MTD versions in yaffs_mtdif1.c.
*/
/* Default: Not selected */
@@ -1614,7 +1614,7 @@
yaffs_ECCOther *read_ecc,
const yaffs_ECCOther *test_ecc)
{
-@@ -304,7 +301,7 @@ int yaffs_ECCCorrectOther(unsigned char
+@@ -304,7 +301,7 @@ int yaffs_ECCCorrectOther(unsigned char
if (cDelta & 0x02)
bit |= 0x01;
@@ -1623,7 +1623,7 @@
return -1;
data[lDelta] ^= (1 << bit);
-@@ -312,8 +309,8 @@ int yaffs_ECCCorrectOther(unsigned char
+@@ -312,8 +309,8 @@ int yaffs_ECCCorrectOther(unsigned char
return 1; /* corrected */
}