cmd_mem.c: Update 'iteration_limit' to unsigned long
authorTom Rini <trini@konsulko.com>
Tue, 7 Apr 2015 13:38:54 +0000 (09:38 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Apr 2015 13:38:54 +0000 (09:38 -0400)
commitadcc5705991ce3162fc204da9a673d9fe2cc5bf0
tree00d701adb0d0b60738a407e481223dc66f1d5064
parentc4aaf2e0a6b6d215b5b6146b5502200f67d2ad0a
cmd_mem.c: Update 'iteration_limit' to unsigned long

With e37f1eb we now use strict_strtoul() in do_mem_mtest() and this
gives us a warning:
../include/vsprintf.h:38:5: note: expected 'long unsigned int *' but
argument is of type 'int *'

Signed-off-by: Tom Rini <trini@konsulko.com>
common/cmd_mem.c