aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/chumby.conf
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-01-17 23:22:21 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-01-17 23:22:21 +0000
commit5a47ec1835998c7c02a8397a043a83e7fc010096 (patch)
treeabacc6d20e7fb5748a039876242a84d3ac0bb5e2 /conf/machine/chumby.conf
parent1d9c29e807e87cca8690d1a6515ae03dc2eeb779 (diff)
downloadopenembedded-5a47ec1835998c7c02a8397a043a83e7fc010096.tar.gz
chumby-kernel: Ignore cmdline from bootloader since we can't change it
(This is needed to ignore rootfstype=cramfs passed by the bootloader) chumby.conf: Add options for jffs2 generation
Diffstat (limited to 'conf/machine/chumby.conf')
-rw-r--r--conf/machine/chumby.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/chumby.conf b/conf/machine/chumby.conf
index 0f2ab04651..84fc525b32 100644
--- a/conf/machine/chumby.conf
+++ b/conf/machine/chumby.conf
@@ -24,4 +24,7 @@ SERIAL_CONSOLE = "38400 ttyS0"
# used by opie-collections.inc
ROOT_FLASH_SIZE = "22"
+# extra jffs2 tweaks
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
+
IMAGE_FSTYPES += "cramfs"