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

2009-11-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1255732587-24542-1-git-send-email-pty...@xes-inc.com> you wrote: > command.c should contain common code related to commands, not > miscellaneous command implementations. > > Signed-off-by: Peter Tyser > --- > common/Makefile |5 + > common/cmd_echo.c|

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

2009-10-16 Thread Peter Tyser
command.c should contain common code related to commands, not miscellaneous command implementations. Signed-off-by: Peter Tyser --- common/Makefile |5 + common/cmd_echo.c| 58 + common/cmd_exit.c| 42 + common/cmd_help.c| 57 common/cm