All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ti816x machine: Fix JFFS Image command
@ 2011-05-11  4:41 Siddharth Heroor
  2011-05-11  4:41 ` [PATCH 2/2] ti816x machine: Update for latest kernel version Siddharth Heroor
  2011-05-11  6:18 ` [PATCH 1/2] ti816x machine: Fix JFFS Image command Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Siddharth Heroor @ 2011-05-11  4:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

From: Siddharth Heroor <heroor@ti.com>

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

Signed-off-by: Siddharth Heroor <heroor@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"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-12  3:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  4:41 [PATCH 1/2] ti816x machine: Fix JFFS Image command Siddharth Heroor
2011-05-11  4:41 ` [PATCH 2/2] ti816x machine: Update for latest kernel version Siddharth Heroor
2011-05-11  6:17   ` Koen Kooi
2011-05-12  3:56     ` Siddharth Heroor
2011-05-11  6:18 ` [PATCH 1/2] ti816x machine: Fix JFFS Image command Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.