aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/om-gta02.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-04-28 10:12:16 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-04-28 10:12:16 +0000
commitd9f4486ad1252346ab30aa1b80f61c7e3479cb47 (patch)
treee4a3f32a79c51200dce41f8d5a637067f1a5b40c /conf/machine/om-gta02.conf
parent784dfc69797f25aed4f0079b4b9df0c1a3c74720 (diff)
downloadopenembedded-d9f4486ad1252346ab30aa1b80f61c7e3479cb47.tar.gz
om-gta02: remove yaffs2 from image file types, this product will only use jffs2
Diffstat (limited to 'conf/machine/om-gta02.conf')
-rw-r--r--conf/machine/om-gta02.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index 18678cc336..e041b34c6f 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -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"
-