From 388ce638450967ea474c7bd90bb163641d8e0bf6 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sat, 16 Feb 2008 13:44:53 -0500 Subject: [PATCH] Use correct erase size for jffs2 image (avoids annoying console warnings) Signed-off-by: Erez Zadok --- run-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-tests b/run-tests index 976ce69..2b3d0fb 100755 --- 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 -- 2.43.0