aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-06-10 11:53:48 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-06-10 11:53:48 -0600
commitd5d5d4adb9c85f073ab800d6dabce0dbfa5a49d6 (patch)
tree155cb643a40c6fdf5b42469b4bb654937fab4810 /conf
parent41ea6af136d3ed5d0257b873bd6a1dea49ccc7c0 (diff)
downloadopenembedded-d5d5d4adb9c85f073ab800d6dabce0dbfa5a49d6.tar.gz
om-gta01.conf : add ubifs image
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/om-gta01.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf
index c94e4819ef..f7f99667db 100644
--- a/conf/machine/om-gta01.conf
+++ b/conf/machine/om-gta01.conf
@@ -34,8 +34,9 @@ MACHINE_EXTRA_RRECOMMENDS = "\
ROOT_FLASH_SIZE = "60"
# extra jffs2 tweaks
-IMAGE_FSTYPES += "jffs2"
+IMAGE_FSTYPES += "jffs2 ubifs"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
+EXTRA_IMAGECMD_ubifs = "-m 2048 -e 129024 -c 2047"
# build / upload tools
EXTRA_IMAGEDEPENDS += "dfu-util-native"