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/reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/reset.c') diff --git a/commands/reset.c b/commands/reset.c index a682f8c9d2..e653f5a6a1 100644 --- a/commands/reset.c +++ b/commands/reset.c @@ -23,7 +23,7 @@ #include #include -static int cmd_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +static int cmd_reset (cmd_tbl_t *cmdtp, int argc, char *argv[]) { reset_cpu(0); -- cgit v1.2.3