Dear Peter Tyser, In message <[email protected]> you wrote: > command.c should contain common code related to commands, not > miscellaneous command implementations. > > Signed-off-by: Peter Tyser <[email protected]> > --- > 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: [email protected] As in certain cults it is possible to kill a process if you know its true name. -- Ken Thompson and Dennis M. Ritchie _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

