[U-Boot] [PATCH 1/3] command.c: Break commands out to appropriate cmd_*.c files

Wolfgang Denk wd at denx.de
Mon Nov 23 00:06:39 CET 2009


Dear Peter Tyser,

In message <1255732587-24542-1-git-send-email-ptyser at xes-inc.com> you wrote:
> command.c should contain common code related to commands, not
> miscellaneous command implementations.
> 
> Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> ---
>  common/Makefile      |    5 +
>  common/cmd_echo.c    |   58 +++++++++++++
>  common/cmd_exit.c    |   42 +++++++++
>  common/cmd_help.c    |   57 ++++++++++++
>  common/cmd_test.c    |  151 ++++++++++++++++++++++++++++++++
>  common/cmd_version.c |   40 +++++++++
>  common/command.c     |  233 --------------------------------------------------
>  7 files changed, 353 insertions(+), 233 deletions(-)
>  create mode 100644 common/cmd_echo.c
>  create mode 100644 common/cmd_exit.c
>  create mode 100644 common/cmd_help.c
>  create mode 100644 common/cmd_test.c
>  create mode 100644 common/cmd_version.c

Applied, to "next" branch, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
As in certain cults it is possible to kill a process if you know  its
true name.                      -- Ken Thompson and Dennis M. Ritchie


More information about the U-Boot mailing list