aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorSiddharth Heroor <heroor@ti.com>2011-05-12 12:14:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2011-06-07 22:49:23 -0400
commit22d9cb5c2c0106a953c99e9c8d20bce0d562a153 (patch)
tree8de16b5f3703dca324663bbaa6be70e93a52bdaa /conf/machine/include
parent0720d95fcb26bbae4620078de4f093057f08bf43 (diff)
downloadopenembedded-22d9cb5c2c0106a953c99e9c8d20bce0d562a153.tar.gz
ti816x machine: Fix JFFS Image command
* Fixes a bug in the command passed for JFFS2 Image creation. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/ti816x.inc2
1 files changed, 1 insertions, 1 deletions
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"