diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-04 14:49:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-04 14:49:34 +0000 |
commit | 0afc9678f57e1832a0c2d995637fcc7cfa59ce2a (patch) | |
tree | 8dd8c525eee9672722af84f7cbcf4e3c8e77cfc2 /conf | |
parent | e001495ae3ed62609756c66d09a350b275c11d88 (diff) |
ep93xx: add eraseblock size for the glomation board
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index c94315ee10..1fb3b2894c 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -23,7 +23,7 @@ SERIAL_CONSOLE = "57600 ttyAM0" # used by some images ROOT_FLASH_SIZE = "8" #extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--pad=0x500000 " +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 " #tune for ep93xx cpus #can be used for crunch support later on |