diff options
Diffstat (limited to 'conf/machine/ep93xx.conf')
-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 |