1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Adjust "echo" as a default command

Patch by Sam Song, 19 Jun 2005
This commit is contained in:
Wolfgang Denk
2006-03-12 16:51:59 +01:00
parent 23466d6a33
commit 953c5b6f8b
15 changed files with 8 additions and 15 deletions

View File

@@ -42,6 +42,8 @@ U_BOOT_CMD(
NULL
);
#if (CONFIG_COMMANDS & CFG_CMD_ECHO)
int
do_echo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
@@ -74,6 +76,8 @@ U_BOOT_CMD(
" - echo args to console; \\c suppresses newline\n"
);
#endif /* CFG_CMD_ECHO */
#ifdef CFG_HUSH_PARSER
int