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/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/rm.c') diff --git a/commands/rm.c b/commands/rm.c index 20ff813c3b..e8bc777eae 100644 --- a/commands/rm.c +++ b/commands/rm.c @@ -24,7 +24,7 @@ #include #include -static int do_rm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +static int do_rm (cmd_tbl_t *cmdtp, int argc, char *argv[]) { int i = 1; -- cgit v1.2.3