]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:16 +0000 (14:38 +0200)
commit6612409174f3a4c2ad232e45f5661037f55d5384
tree8d2d5db402ca72f708b01ea33d716da318240d43
parent843112a050e56ac786556788ee9721ea1b789665
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