commit | 694a393946e7d9b82fa6a0f2ecffd5e56061fb9d | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Wed Nov 18 19:08:59 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Mon Dec 07 22:12:49 2009 +0100 |
tree | 1514777665a023faa2f241cb21e1fdaef48d7623 | |
parent | 3ea16c38a821ae47b6c5e5e2284099fce18d588d [diff] |
bootm: Fix help message's sub-command ordering The help message for the 'bootm' command listed the 'cmdline' and 'bdt' sub-commands in the wrong order which resulted in the error below when following the 'help' command's instructions: "Trying to execute a command out of order" Signed-off-by: Peter Tyser <ptyser@xes-inc.com>