From 3cbc5c5c12f8419f563efa33153fc87d7158efbd Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 24 Sep 2007 12:31:08 +0200 Subject: remove u-boot command paramter flag --- commands/meminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/meminfo.c') diff --git a/commands/meminfo.c b/commands/meminfo.c index d5eb4671fb..634d661740 100644 --- a/commands/meminfo.c +++ b/commands/meminfo.c @@ -23,7 +23,7 @@ #include #include -int do_meminfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +int do_meminfo (cmd_tbl_t *cmdtp, int argc, char *argv[]) { malloc_stats(); -- cgit v1.2.3