projects
/
unionfs-regression.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe0dc6
)
Use correct erase size for jffs2 image (avoids annoying console warnings)
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 16 Feb 2008 18:44:53 +0000
(13:44 -0500)
committer
Erez 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
patch
|
blob
|
history
diff --git
a/run-tests
b/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,
128
ki
+ runcmd modprobe blkmtd device=$dev,
64
ki
;;
* )
- runcmd modprobe block2mtd block2mtd=$dev,
128
ki
+ runcmd modprobe block2mtd block2mtd=$dev,
64
ki
;;
esac
runcmd mount -t $fs mtd$i /n/lower/b$i