From patchwork Wed May 11 04:41:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] ti816x machine: Fix JFFS Image command Date: Wed, 11 May 2011 04:41:20 -0000 From: Siddharth Heroor X-Patchwork-Id: 3723 Message-Id: <1305088881-3527-1-git-send-email-heroor@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Siddharth Heroor From: Siddharth Heroor * Fixes a bug in the command passed for JFFS2 Image creation. Signed-off-by: Siddharth Heroor Acked-by: Koen Kooi --- 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"