[U-Boot] [PATCH] Expose command table search for sub-commands
Kumar Gala
galak at kernel.crashing.org
Tue Oct 14 14:56:45 CEST 2008
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-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> common/command.c | 14 ++++++++++----
> include/command.h | 7 +++++++
> 2 files changed, 17 insertions(+), 4 deletions(-)
Wolfgang,
how about applying this to next?
- k
More information about the U-Boot
mailing list