diff options
author | John Lee <john_lee@openmoko.org> | 2008-12-17 17:49:19 +0800 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-12-19 13:08:10 +0800 |
commit | 6eeb81ad438053a88ce2a0fcf7dcf2d75b5807cc (patch) | |
tree | 368df1ba29765f044d150dc10db793648eb968c9 /conf/machine/om-gta02.conf | |
parent | 3b4c349dc1b03e46320b9fed59d09b4d08349c6e (diff) |
om-gta02.conf: fix IMAGE_FSTYPES ?= to +=
Diffstat (limited to 'conf/machine/om-gta02.conf')
-rw-r--r-- | conf/machine/om-gta02.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index f3e746b07b..6b9875d51e 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -30,7 +30,7 @@ SERIAL_CONSOLE = "115200 ttySAC2" ROOT_FLASH_SIZE = "256" # extra jffs2 tweaks -IMAGE_FSTYPES ?= "jffs2" +IMAGE_FSTYPES += "jffs2" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ --littleendian --pad \ |