| Submitter | Siddharth Heroor |
|---|---|
| Date | May 11, 2011, 4:41 a.m. |
| Message ID | <1305088881-3527-1-git-send-email-heroor@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/3723/ |
| State | Superseded |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11-05-11 06:41, Siddharth Heroor wrote: > 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> Acked-by: Koen Kooi <k-kooi@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" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFNyiopMkyGM64RGpERAvikAJ9ghRVs9zogRL5oPngH2sWqQgdgZwCghWQV ZgT3ZyLK7lrODEBC0l525N8= =XXt9 -----END PGP SIGNATURE-----
Patch
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"