Use correct erase size for jffs2 image (avoids annoying console warnings) master
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:46:50 +0000 (13:46 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
run-tests

index 976ce69659396ed1e148c10daee2f42aa69c46b5..2b3d0fbb9481add558d0c3ba92b1df98bd99afd6 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