#include <common.h>
#include <asm/io.h>
static int do_set_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
printf ("test/n");
return 1;
}
U_BOOT_CMD(
setcmd, 5, 1, do_set_cmd,
"test sub-system",
"ttest - add a new command'"
);