diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-10 20:02:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-10 20:02:04 +0000 |
commit | c6ea9309251a15d6d93373af8de4233fa9ce43e2 (patch) | |
tree | c8d31714490efb420d0a09bed105d6db6282da54 /meta | |
parent | 851248131eb79367942e0c820f3f1ae4db0790fa (diff) | |
download | poky-c6ea9309251a15d6d93373af8de4233fa9ce43e2.tar.gz |
fic-gta01: do not use LZO compression for jffs2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2150 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/fic-gta01.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/fic-gta01.conf b/meta/conf/machine/fic-gta01.conf index 7d8d2753f9..a91a33e5c4 100644 --- a/meta/conf/machine/fic-gta01.conf +++ b/meta/conf/machine/fic-gta01.conf | |||
@@ -27,7 +27,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ | |||
27 | ROOT_FLASH_SIZE = "60" | 27 | ROOT_FLASH_SIZE = "60" |
28 | 28 | ||
29 | # extra jffs2 tweaks | 29 | # extra jffs2 tweaks |
30 | EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n" | 30 | EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n -x lzo" |
31 | 31 | ||
32 | # tune for S3C24x0 | 32 | # tune for S3C24x0 |
33 | include conf/machine/include/tune-arm920t.conf | 33 | include conf/machine/include/tune-arm920t.conf |