diff options
author | Robert Bradford <rob@openedhand.com> | 2008-01-10 17:12:12 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-01-10 17:12:12 +0000 |
commit | 9b81ef9ff6698c8cd5476d91b231019c8d9f1630 (patch) | |
tree | c09feac914fd1d0586c9487251359a0a1a2fb5c5 | |
parent | 5b21722218ea5c43b78e29cb3683763741f8f59f (diff) | |
download | openembedded-core-9b81ef9ff6698c8cd5476d91b231019c8d9f1630.tar.gz openembedded-core-9b81ef9ff6698c8cd5476d91b231019c8d9f1630.tar.bz2 openembedded-core-9b81ef9ff6698c8cd5476d91b231019c8d9f1630.zip |
Update jffs2 options for mx31 ads.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3453 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/mx31ads.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/mx31ads.conf b/meta/conf/machine/mx31ads.conf index 6a34863995..1340204ee3 100644 --- a/meta/conf/machine/mx31ads.conf +++ b/meta/conf/machine/mx31ads.conf @@ -11,5 +11,6 @@ MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" IMAGE_FSTYPES ?= "tar.gz jffs2" SERIAL_CONSOLE = "-L 115200 ttymxc0" +EXTRA_IMAGECMD_jffs2_mx31phy = "--pad --little-endian --eraseblock=0x20000 -n" require conf/machine/include/tune-armv5te.inc -# v6 tune
\ No newline at end of file +# v6 tune |