]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: Iteration limit for memory test.
authorDirk Eibach <eibach@gdsys.de>
Tue, 16 Dec 2008 13:51:56 +0000 (14:51 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Jan 2009 00:42:05 +0000 (01:42 +0100)
commitb6fc6fd49a84543e1324e1620b9f301ff7c1f27f
tree6ade8e3cb1c85a03496c1ad9cde64b1db5bdd34c
parent97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
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>
common/cmd_mem.c