Use correct erase size for jffs2 image (avoids annoying console warnings)
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 16 Feb 2008 18:44:53 +0000 (13:44 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 16 Feb 2008 18:44:53 +0000 (13:44 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
run-tests

index f0196cc6e1b68aa544cfddb16c8f6193e89781f3..dd69412278211f36739599f509499ced25271b21 100755 (executable)
--- a/run-tests
+++ b/run-tests
@@ -118,10 +118,10 @@ function setup_lower
            jffs2 )
                case "`uname -r`" in
                    2.6.9* )
-                       runcmd modprobe blkmtd device=$dev,128ki
+                       runcmd modprobe blkmtd device=$dev,64ki
                        ;;
                    * )
-                       runcmd modprobe block2mtd block2mtd=$dev,128ki
+                       runcmd modprobe block2mtd block2mtd=$dev,64ki
                        ;;
                esac
                runcmd mount -t $fs mtd$i /n/lower/b$i