From 5325240687227ec93a7134a00aeebccaa4e5fa5a 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 f0196cc..dd69412 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