diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-03 19:42:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-03 19:42:13 +0000 |
commit | 14641354bf3f07dbc7664259d51f20919dbf3263 (patch) | |
tree | 1c8a74c70a99319c459524fb90c8293f03cb0328 | |
parent | dc93078f8d7e84148dbea397bcbeaeb2b26000a4 (diff) |
ep93xx: pad jffs2 file
-rw-r--r-- | conf/machine/ep93xx.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 1289fb4505..c94315ee10 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -22,7 +22,8 @@ SERIAL_CONSOLE = "57600 ttyAM0" # used by some images ROOT_FLASH_SIZE = "8" - +#extra jffs2 tweaks +EXTRA_IMAGECMD_jffs2 = "--pad=0x500000 " #tune for ep93xx cpus #can be used for crunch support later on |