commit | b6fc6fd49a84543e1324e1620b9f301ff7c1f27f | [log] [tgz] |
---|---|---|
author | Dirk Eibach <eibach@gdsys.de> | Tue Dec 16 14:51:56 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jan 24 01:42:05 2009 +0100 |
tree | 6ade8e3cb1c85a03496c1ad9cde64b1db5bdd34c | |
parent | 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d [diff] |
common: Iteration limit for memory test. The iteration limit is passed to mtest as a fourth parameter: [start [end [pattern [iterations]]]] If no fourth parameter is supplied, there is no iteration limit and the test will loop forever. Signed-off-by: Dirk Eibach <eibach@gdsys.de>