om-gta02: remove yaffs2 from image file types, this product will only use jffs2
authorMichael Lauer <mickey@vanille-media.de>
Mon, 28 Apr 2008 10:12:16 +0000 (10:12 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 28 Apr 2008 10:12:16 +0000 (10:12 +0000)
conf/machine/om-gta02.conf

index 18678cc..e041b34 100644 (file)
@@ -34,6 +34,7 @@ SERIAL_CONSOLE = "115200 ttySAC2"
 ROOT_FLASH_SIZE = "256"
 
 # extra jffs2 tweaks
+IMAGE_FSTYPES ?= "jffs2"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
   --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
   --littleendian --pad \
@@ -45,7 +46,3 @@ EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native"
 
 # tune for S3C24x0
 include conf/machine/include/tune-arm920t.inc
-
-# build YAFFS2
-IMAGE_FSTYPES ?= "jffs2 yaffs2"
-