commit | b799cb4c0eebb0762e91e9653d8b9cc9a98440e3 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Sep 23 10:05:02 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:54:02 2008 +0200 |
tree | 849320dadf7caf2347e5a33450285f6c0c8f1b47 | |
parent | f7e51b27508446f8cae3927975817137979ad5e8 [diff] |
Expose command table search for sub-commands 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@kernel.crashing.org>