diff options
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 |