summaryrefslogtreecommitdiffstats
path: root/commands/reginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reginfo.c')
-rw-r--r--commands/reginfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/reginfo.c b/commands/reginfo.c
index 781a92c62c..fe0b776e59 100644
--- a/commands/reginfo.c
+++ b/commands/reginfo.c
@@ -30,7 +30,6 @@ static int do_reginfo (cmd_tbl_t *cmdtp, int argc, char *argv[])
}
U_BOOT_CMD_START(reginfo)
- .maxargs = 1,
.cmd = do_reginfo,
.usage = "print register information",
U_BOOT_CMD_END