]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
command.c: Break commands out to appropriate cmd_*.c files
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 16 Oct 2009 22:36:25 +0000 (17:36 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 22 Nov 2009 23:06:11 +0000 (00:06 +0100)
commit6b8f5ad10f567362a3682840f59ba0fc470af319
tree1611fa66c7f3947b4f20cf4287dc9b36a368e001
parentdb6ab438d6e112b65b210f3ab00848e664c8f762
command.c: Break commands out to appropriate cmd_*.c files

command.c should contain common code related to commands, not
miscellaneous command implementations.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/Makefile
common/cmd_echo.c [new file with mode: 0644]
common/cmd_exit.c [new file with mode: 0644]
common/cmd_help.c [new file with mode: 0644]
common/cmd_test.c [new file with mode: 0644]
common/cmd_version.c [new file with mode: 0644]
common/command.c