X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/022330eb94f180b0b626988d294ce43c2191ad61..85d34e1026065c340e2237e1d2ab56e868be86ec:/avr/command_tbl.c 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",