Forked from
Reform / reform-boundary-uboot
22716 commits behind the upstream repository.
-
Tom Rini authored
With e37f1eb4 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>
Tom Rini authoredWith e37f1eb4 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>
cmd_mem.c 29.85 KiB