[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-163-g2644319
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2011-06-08 21:45:11
|
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 2644319a8cdab4de25f58aef8900329da7e43a6b (commit)
via 3cd63a691ea3c86794412a7065ecf775fd947f8a (commit)
via 07daf3ea4b76f5318d2979b314a80bff97b1ffe1 (commit)
from a02e7026cfc5ee2fdaebca293068be947d2a4793 (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 2644319a8cdab4de25f58aef8900329da7e43a6b
Merge: 3cd63a691ea3c86794412a7065ecf775fd947f8a a02e7026cfc5ee2fdaebca293068be947d2a4793
Author: jorasse <jo...@ar...>
Date: Wed Jun 8 23:48:17 2011 +0200
Merge branch 'master' of ssh://armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit 3cd63a691ea3c86794412a7065ecf775fd947f8a
Author: jorasse <jo...@ar...>
Date: Wed Jun 8 23:39:30 2011 +0200
[BUILDROOT] apf51: Fix UBIFS config to support 512MiB up to 16GiB NAND flash
commit 07daf3ea4b76f5318d2979b314a80bff97b1ffe1
Author: jorasse <jo...@ar...>
Date: Wed Jun 8 23:01:53 2011 +0200
[LINUX] apf51: Fix mirror bbt pattern
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf51_defconfig | 2 +-
.../2.6.38/404-armadeus-fix_nand_ecc_oob.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/configs/apf51_defconfig b/buildroot/configs/apf51_defconfig
index 32f3dca..da58d75 100644
--- a/buildroot/configs/apf51_defconfig
+++ b/buildroot/configs/apf51_defconfig
@@ -826,7 +826,7 @@ BR2_TARGET_ROOTFS_JFFS2_LE=y
BR2_TARGET_ROOTFS_UBIFS=y
BR2_TARGET_ROOTFS_UBIFS_LEBSIZE=0x1f800
BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE=0x800
-BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=2047
+BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=135301
# BR2_TARGET_ROOTFS_UBIFS_RT_NONE is not set
# BR2_TARGET_ROOTFS_UBIFS_RT_ZLIB is not set
BR2_TARGET_ROOTFS_UBIFS_RT_LZO=y
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/404-armadeus-fix_nand_ecc_oob.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/404-armadeus-fix_nand_ecc_oob.patch
index 422e8f1..47353a4 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/404-armadeus-fix_nand_ecc_oob.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/404-armadeus-fix_nand_ecc_oob.patch
@@ -48,7 +48,7 @@ Index: linux-2.6.38-alpha/drivers/mtd/nand/mxc_nand.c
+ .len = 4,
+ .veroffs = 6,
+ .maxblocks = 4,
-+ .pattern = bbt_pattern
++ .pattern = mirror_pattern
+};
+
static int __init mxcnd_probe(struct platform_device *pdev)
hooks/post-receive
--
armadeus
|