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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 1226180..d93294b 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -100,6 +100,11 @@ CMD_TBL_ITEM_COMPLETE(
" - run the commands in the environment variable(s) 'var'",
var_complete
),
+CMD_TBL_ITEM(
+ boot, 1, 1, do_bootd,
+ "boot default, i.e., run 'bootcmd'",
+ ""
+),
CMD_TBL_ITEM_COMPLETE(
source, CONFIG_SYS_MAXARGS, 1, do_source,
"run commands from a file",