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/memtest.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/memtest.c') diff --git a/commands/memtest.c b/commands/memtest.c index 07b7b22d3b..d2c61200bf 100644 --- a/commands/memtest.c +++ b/commands/memtest.c @@ -348,7 +348,6 @@ static const __maybe_unused char cmd_mtest_help[] = "\nsimple RAM read/write test\n"; U_BOOT_CMD_START(mtest) - .maxargs = 4, .cmd = do_mem_mtest, .usage = "simple RAM test", U_BOOT_CMD_HELP(cmd_mtest_help) -- cgit v1.2.3