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/reset.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/reset.c') diff --git a/commands/reset.c b/commands/reset.c index e653f5a6a1..1e9b74fef8 100644 --- a/commands/reset.c +++ b/commands/reset.c @@ -32,7 +32,6 @@ static int cmd_reset (cmd_tbl_t *cmdtp, int argc, char *argv[]) } U_BOOT_CMD_START(reset) - .maxargs = 1, .cmd = cmd_reset, .usage = "Perform RESET of the CPU", U_BOOT_CMD_END -- cgit v1.2.3