summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 053b856..6b165f0 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -121,7 +121,7 @@ CMD_TBL_ITEM_COMPLETE(
var_complete
),
CMD_TBL_ITEM(
- boot, 1, 1, do_bootd,
+ boot, 1, 0, do_bootd,
"boot default, i.e., run 'bootcmd'",
""
),