From 45e943b2847802ed8600ad471b870e7a732f6a78 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 9 Feb 2008 12:23:53 +0000 Subject: conf/machine/: Add jffs2 as default image for embedded boards and vendor machines. * Based on the list provided by Richard Purdie, skipping devices (pocketpc and palms), ports of which are completely generic and jffs2 is completely not a better choice than any other. --- conf/machine/omap1610h2.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/omap1610h2.conf') diff --git a/conf/machine/omap1610h2.conf b/conf/machine/omap1610h2.conf index 3dc19a4a31..ffec67b699 100644 --- a/conf/machine/omap1610h2.conf +++ b/conf/machine/omap1610h2.conf @@ -12,6 +12,7 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral" SERIAL_CONSOLE ?= "115200 ttyS0" +IMAGE_FSTYPES ?= "jffs2" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" require conf/machine/include/tune-arm926ejs.inc -- cgit v1.2.3