Re: [U-Boot] [PATCH] Expose command table search for sub-commands

2008-10-15 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Sub-command can benefit from using the same table and search functions that top level commands have. Expose this functionality by refactoring find_cmd() and introducing find_cmd_tbl() that sub-command processing can call.

[U-Boot] [PATCH] Expose command table search for sub-commands

2008-09-23 Thread Kumar Gala
Sub-command can benefit from using the same table and search functions that top level commands have. Expose this functionality by refactoring find_cmd() and introducing find_cmd_tbl() that sub-command processing can call. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/command.c | 14