commit | 224c90d1060bf1a83cbf33ca51d060b9d19e0294 | [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 | a93c92cddaedd5f0720e0da15c6664f7a688b582 [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>