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/cat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/cat.c') diff --git a/commands/cat.c b/commands/cat.c index da34996b54..59b93a90d8 100644 --- a/commands/cat.c +++ b/commands/cat.c @@ -91,7 +91,6 @@ static const __maybe_unused char cmd_cat_help[] = "and \\n and \\t are printed, but this should be optional\n"; U_BOOT_CMD_START(cat) - .maxargs = CONFIG_MAXARGS, .cmd = do_cat, .usage = "concatenate file(s)", U_BOOT_CMD_HELP(cmd_cat_help) -- cgit v1.2.3