commit | 4c12eeb8b55483e48ef98b8a480e2bbacc9f210d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 10 08:44:01 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Mar 06 21:09:46 2012 +0100 |
tree | 7624947e7cd097d48ea3a2e1a3ccfa82ee766fc4 | |
parent | 9d12d5d41d5653ba2f943886f45b8c2eb0f63450 [diff] |
Convert cmd_usage() calls in common to use a return value Change all files in common/ to use CMD_RET_USAGE instead of calling cmd_usage() directly. I'm not completely sure about this patch since the code since impact is small (100 byte or so on ARM) and it might need splitting into smaller patches. But for now here it is. Signed-off-by: Simon Glass <sjg@chromium.org>