From 3427f7ae31588df11f83872c92edda4e54ccf9b4 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Sun, 29 Jun 2008 10:24:19 +0000 Subject: beagleboard, omap3evm: provide EXTRA_IMAGECMD_jffs2 to supress CLEANMARKER nodes since we are preparing images for nand --- conf/machine/beagleboard.conf | 1 + conf/machine/omap3evm.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 6b1d3d4dc0..85ce4c76a7 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -19,6 +19,7 @@ include conf/machine/include/tune-cortexa8.inc IMAGE_FSTYPES += "tar.bz2 jffs2" +EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork SERIAL_CONSOLE = "115200 ttyS2" diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf index 5eb5c897c5..05cd3fe448 100644 --- a/conf/machine/omap3evm.conf +++ b/conf/machine/omap3evm.conf @@ -16,7 +16,7 @@ include conf/machine/include/tune-cortexa8.inc MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" IMAGE_FSTYPES ?= "jffs2 tar.bz2" -EXTRA_IMAGECMD_jffs2 = "-lqnp " +EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyS0" -- cgit 1.2.3-korg