From 61635d840d02bbc3ed7e50dac14e4caaa68b6872 Mon Sep 17 00:00:00 2001 From: Siddharth Heroor Date: Thu, 12 May 2011 12:14:50 +0000 Subject: ti816x machine: Fix JFFS Image command * Fixes a bug in the command passed for JFFS2 Image creation. Signed-off-by: Siddharth Heroor Signed-off-by: Denys Dmytriyenko --- conf/machine/include/ti816x.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc index ebf51661b6..9db1df8dee 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" -- cgit 1.2.3-korg