summaryrefslogtreecommitdiffstats
path: root/commands/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cp.c')
-rw-r--r--commands/cp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/cp.c b/commands/cp.c
index 0fe3242e0c..d0cb570a6f 100644
--- a/commands/cp.c
+++ b/commands/cp.c
@@ -85,7 +85,6 @@ static const __maybe_unused char cmd_cp_help[] =
"This command is file based only. See memcpy for memory copy\n";
U_BOOT_CMD_START(cp)
- .maxargs = CONFIG_MAXARGS,
.cmd = do_cp,
.usage = "copy files",
U_BOOT_CMD_HELP(cmd_cp_help)