[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-158-g4734c80
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2010-12-06 14:57:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 4734c80434d06f1f79c42780064265f9c0684807 (commit)
from 292a8849deefbda6b2b4d4c54fee31c603ae3f21 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4734c80434d06f1f79c42780064265f9c0684807
Author: nicolas colombain <nic...@ar...>
Date: Mon Dec 6 15:57:32 2010 +0100
[LINUX] apf51: avoid using nand bad block marker in free oob
-----------------------------------------------------------------------
Summary of changes:
.../2.6.36/404-armadeus-fix_nand_ecc_oob.patch | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.36/404-armadeus-fix_nand_ecc_oob.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.36/404-armadeus-fix_nand_ecc_oob.patch
index 42619a9..e0d2bcd 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.36/404-armadeus-fix_nand_ecc_oob.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.36/404-armadeus-fix_nand_ecc_oob.patch
@@ -12,14 +12,14 @@ Index: linux-2.6.36/drivers/mtd/nand/mxc_nand.c
+/* OOB description for V3 and 2048 byte pages with 64 byte OOB */
+static struct nand_ecclayout nandv3_hw_eccoob_largepage = {
-+ .eccbytes = 4 * 8,
++ .eccbytes = 8,
+ .eccpos = {
+ 8, 9, 10, 11, 12, 13, 14, 15,
-+ 72, 73, 74, 75, 76, 77, 78, 79,
-+ 136, 137, 138, 139, 140, 141, 142, 143,
-+ 200, 201, 202, 203, 204, 205, 206, 207
+ },
-+ .oobfree = { {16, 56}, {80, 56}, {144, 56}, {208, 48} },
++ .oobfree = {
++ {2, 5},
++ {16, 48}
++ },
+};
+
static u_char nand_verify_buf[2048];
hooks/post-receive
--
armadeus
|