X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7dda03f3ce376f35d080325551ccdca6c7414061..51dd0948df5ed53b11cab4e909e19ee7cee363c5:/avr/command_tbl.c diff --git a/avr/command_tbl.c b/avr/command_tbl.c index 9968dc0..4ed37b7 100644 --- a/avr/command_tbl.c +++ b/avr/command_tbl.c @@ -24,6 +24,15 @@ cmd_tbl_t cmd_tbl[] = { +CMD_TBL_ITEM_TOP( + xx, CONFIG_SYS_MAXARGS, 0, do_cpu, + "experimental commands", + " args ...\n" + "xx help\n", + cmd_tbl_cpu +), + + CMD_TBL_ITEM( date, 2, 1, do_date, "get/set date & time", @@ -126,11 +135,6 @@ CMD_TBL_ITEM_TOP( cmd_tbl_env ), -CMD_TBL_ITEM( - chkcpu, CONFIG_SYS_MAXARGS, CTBL_RPT, do_cpuchk, - "Check CPU", - "" -), CMD_TBL_ITEM( loadf, 1, 0, do_loadf, "load srec_cat prepared image from controller flash",