[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-129-g7546646
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-03-13 21:25:29
|
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 75466461cdf9e05993df84c602951acc04328421 (commit)
from 5b3ee7e2148f36b0fe0e617b53cb9922182227c1 (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 75466461cdf9e05993df84c602951acc04328421
Author: Eric Jarrige <eri...@ar...>
Date: Tue Mar 13 22:35:31 2012 +0100
[ROOTFS][APF28] Set UBIFS parameters to mount NAND rootfs
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf28_defconfig | 4 +++-
.../device/armadeus/apf28/apf28-u-boot-2011.12.h | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/buildroot/configs/apf28_defconfig b/buildroot/configs/apf28_defconfig
index 939dcae..9878790 100644
--- a/buildroot/configs/apf28_defconfig
+++ b/buildroot/configs/apf28_defconfig
@@ -55,8 +55,10 @@ BR2_PACKAGE_UUCP=y
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_NANO=y
BR2_TARGET_ROOTFS_UBIFS=y
-BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=2047
+BR2_TARGET_ROOTFS_UBIFS_LEBSIZE=0x1f000
+BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=4227
BR2_TARGET_ROOTFS_UBI=y
+BR2_TARGET_ROOTFS_UBI_SUBSIZE=0
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_CONFIG_HEADER_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-u-boot-2011.12.h"
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
index 7c2afcd..006da29 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
@@ -204,7 +204,7 @@
#define CONFIG_LZO
#define CONFIG_MTD_DEVICE
#define CONFIG_MTD_PARTITIONS
-#define CONFIG_MTDMAP "gpmi-nfc.0"
+#define CONFIG_MTDMAP "gpmi-nfc-main"
#define MTDIDS_DEFAULT "nand0=" CONFIG_MTDMAP
#define MTDPARTS_DEFAULT \
"mtdparts=" CONFIG_MTDMAP \
hooks/post-receive
--
armadeus
|