From 420a3173f0f7d2bd35f32be437e4888a82047560 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 19 Oct 2009 16:16:54 +0200 Subject: commands: remove maxargs No need to check for maximum argument counts. The commands are safe to be called with more arguments, so lets safe some bytes. Signed-off-by: Sascha Hauer --- commands/false.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/false.c') diff --git a/commands/false.c b/commands/false.c index 67651c4bd8..94878a6fbd 100644 --- a/commands/false.c +++ b/commands/false.c @@ -30,7 +30,6 @@ static int do_false (cmd_tbl_t *cmdtp, int argc, char *argv[]) } U_BOOT_CMD_START(false) - .maxargs = 1, .cmd = do_false, .usage = "do nothing, unsuccessfully", U_BOOT_CMD_END -- cgit v1.2.3