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. > > Sig

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

2008-10-14 Thread Kumar Gala
On Sep 23, 2008, at 10:05 AM, Kumar Gala 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. > > Signed-off

[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