[oe-commits] Siddharth Heroor : ti816x machine: Fix JFFS Image command

git version control git at git.openembedded.org
Wed Jun 8 02:50:02 UTC 2011


Module: openembedded.git
Branch: master
Commit: 22d9cb5c2c0106a953c99e9c8d20bce0d562a153
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=22d9cb5c2c0106a953c99e9c8d20bce0d562a153

Author: Siddharth Heroor <heroor at ti.com>
Date:   Thu May 12 12:14:50 2011 +0000

ti816x machine: Fix JFFS Image command

* Fixes a bug in the command passed for JFFS2 Image creation.

Signed-off-by: Siddharth Heroor <heroor at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/include/ti816x.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc
index ebf5166..9db1df8 100644
--- a/conf/machine/include/ti816x.inc
+++ b/conf/machine/include/ti816x.inc
@@ -21,6 +21,6 @@ EXTRA_IMAGEDEPENDS += "u-boot"
 
 # Ship all kernel modules
 IMAGE_FSTYPES += "jffs2 tar.bz2"
-EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
+EXTRA_IMAGECMD_jffs2 = "-lqn -e 128"
 SERIAL_CONSOLE = "115200 ttyS2"
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"





More information about the Openembedded-commits mailing list