diff options
author | Robert Bradford <rob@openedhand.com> | 2008-01-10 17:13:51 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-01-10 17:13:51 +0000 |
commit | 568a9bbc22e2e0640ee6d9987f12ab5939439c49 (patch) | |
tree | 6f7c00d09b32199e24944c58adca5484290a3317 /meta/conf | |
parent | 9b81ef9ff6698c8cd5476d91b231019c8d9f1630 (diff) | |
download | openembedded-core-568a9bbc22e2e0640ee6d9987f12ab5939439c49.tar.gz openembedded-core-568a9bbc22e2e0640ee6d9987f12ab5939439c49.tar.bz2 openembedded-core-568a9bbc22e2e0640ee6d9987f12ab5939439c49.zip |
Really set jffs2 options for mx31ads.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3454 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/mx31ads.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/mx31ads.conf b/meta/conf/machine/mx31ads.conf index 1340204ee3..db7c96c4ba 100644 --- a/meta/conf/machine/mx31ads.conf +++ b/meta/conf/machine/mx31ads.conf @@ -11,6 +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" +EXTRA_IMAGECMD_jffs2_mx31ads = "--pad --little-endian --eraseblock=0x20000 -n" require conf/machine/include/tune-armv5te.inc # v6 tune |