aboutsummaryrefslogtreecommitdiff
path: root/cmd/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/boot.c')
-rw-r--r--cmd/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/boot.c b/cmd/boot.c
index 36aba22..b84c0ed 100644
--- a/cmd/boot.c
+++ b/cmd/boot.c
@@ -56,7 +56,7 @@ U_BOOT_CMD(
#endif
U_BOOT_CMD(
- reset, 1, 0, do_reset,
+ reset, 2, 0, do_reset,
"Perform RESET of the CPU",
""
);